2

I have planned to use membase or redis for memmory caching system in my applications. The thing i have mush confusion about which is best for persistence caching system?? can you peoples suggest which is best of each among them whats the reason. Also comparison and benchmark between redis and membase.

Chandru
  • 67
  • 3
  • 5
  • I have used redis and did not have any problems with it.. There's a benchmark here: http://www.ruturaj.net/redis-memcached-tokyo-tyrant-mysql-comparison but it might be obsolete by now.. – Hari Menon Apr 15 '11 at 05:38

2 Answers2

3

I have posted an answer to a similar Membase / Redis comparison question on stackoverflow here.

In short, Membase scales better, Redis offers more features, but Membase recently merged with CouchDB and will gain its mapreduce and querying functionality in the near future.

Community
  • 1
  • 1
Manto
  • 1,642
  • 1
  • 13
  • 28
2

Have you considered Infinispan? Even though it is JVM-based, with its client/server modules you can access/consume Infinispan from pretty much any platform.

Manik Surtani
  • 396
  • 3
  • 12