Skip to content

Comment on Redis vs. KeyDB vs. Dragonfly vs. Skytable

Comments

Have YOU tried benchmarking any of them locally or in the cloud?

updated the post

I use Redis because of some of the extra features for sets and queues and such.

If I just wanted pure kv store i'd still go memcache. local install for stuff that can expire often (html template caches) and reach out to a network store for user sessions and the like.

all my kv caches are designed to be rebuilt and not care. if you need ACID kv go with a proper db.

AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.