Hacker News new | ask | show | jobs
by stevoski 2673 days ago
Yes, exactly like memcache.
1 comments

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.