Hacker News new | ask | show | jobs
by markdown 2666 days ago
So, like memcache?
2 comments

It also supports other data structures, like lists, sets, and hashes. Super fast, and probably the best documentation I have ever seen.
Yes, exactly like memcache.
It can do things memcache can do and way more. Like storing other data types. Persisting storage to disk. Geospatial queries. Pub/sub. Lua scripting.

So, no, they are not interchangeable! Only if you just store keys and strings and do not care about persistence.