|
|
|
|
|
by henryprecheur
5661 days ago
|
|
I've been using Redis for 2 months now. It's a real pleasure to use. I especially like the simple protocol. It's possible to write a simple client without any external libraries within days --maybe hours if you're really good ;). Try to do that with SQL or MongoDB (Javascript parser anyone?). |
|
redis is a nice memcached or scalable data structures replacement. we use it as a simple rabbitmq replacement.