Skip to content

Commit

Permalink
Prefer rediscloud over redistogo, because it's free plan includes per…
Browse files Browse the repository at this point in the history
…sistence
  • Loading branch information
technicalpickles committed Apr 20, 2014
1 parent 09d0720 commit c4e6e83
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/deploying/heroku.md
Expand Up @@ -65,7 +65,7 @@ before:

% git commit -am "Awesome scripts OMG"
% git push heroku master

Some scripts needs Redis to work, Heroku offers an addon called [RedisToGo](https://addons.heroku.com/RedisToGo), which has a free nano plan. To use it:

% heroku addons:add redistogo:nano
Some scripts needs Redis to work, Heroku offers an addon called [Redis Cloud](https://addons.heroku.com/rediscloud), which has a free plan. To use it:

% heroku addons:add rediscloud

0 comments on commit c4e6e83

Please sign in to comment.