Skip to content

Commit

Permalink
adds section for which Redis-as-a-Service provider https://github.com…
Browse files Browse the repository at this point in the history
  • Loading branch information
nelsonic committed Apr 20, 2015
1 parent 6b2e713 commit 1a7f2d8
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# Learn Redis
[![Build Status](https://travis-ci.org/nelsonic/learn-redis.svg)](https://travis-ci.org/nelsonic/learn-redis)
[![Code Climate](https://codeclimate.com/github/nelsonic/learn-redis/badges/gpa.svg)](https://codeclimate.com/github/nelsonic/learn-redis)
[![Node version](https://img.shields.io/node/v/esta.svg?style=flat)](http://nodejs.org/download/)

Need to store/access your data as ***fast*** as possible? Try Redis!

Expand Down Expand Up @@ -312,6 +315,17 @@ http://highscalability.com/blog/2011/7/6/11-common-web-use-cases-solved-in-redis
+ How to Install and use Redis on Ubuntu
https://www.digitalocean.com/community/tutorials/how-to-install-and-use-redis

#### Which Redis-as-a-Service (Heroku Addon)?

There are a few options for hosted Redis on Heroku: https://addons.heroku.com/?q=redis

+ https://addons.heroku.com/rediscloud ***free*** plan is **25mb**
+ https://addons.heroku.com/redistogo *free* plan is **5mb** (paid plans are quite expensive per MB, but they have great service - hence being the #1 provider...)
+ https://addons.heroku.com/redisgreen *no free* plan. #fail (also quite expensive per MB and no distinguishing features)
+ https://addons.heroku.com/openredis *no free* plan. #fail (commitment to use the latest version of redis is good. notifications when reaching 90% of memory.

> ***Conclusion***: **rediscloud**!
#### Tips and Tricks

+ Redis Tips (Mozilla): https://developer.mozilla.org/en-US/docs/Mozilla/Redis_Tips
Expand Down

0 comments on commit 1a7f2d8

Please sign in to comment.