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?
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.