Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Why not just use Memcached, then? Memcached is much better as an ephemeral cache than Redis — Redis is single-threaded. The point of Redis is all of its extra features: if you're limiting yourself to Memcached-style usage, IMO you're using Redis wrong and should just use Memcached.


Valkey is not single threaded

Also the datatypes of redis are practical for caching more complex stuff; they are not for using it as a database though


Redis supports multiple forms of replication for HA




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: