HACKER Q&A
📣 keploy

What key-value datastore do you use in production?


I did some looking around and the popular choices are Redis, Keydb, Dragonflydb and Valkey.

Which do you use and why?


  👤 myronov_alex Accepted Answer ✓
I've had great experience with Redis and KV from Cloudflare. KV is great, scales nicely but doesn't allow you the same list of commands and data structures as Redis.