TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: What key-value datastore do you use in production?

1 pointsby keploy12 months ago
I did some looking around and the popular choices are Redis, Keydb, Dragonflydb and Valkey.<p>Which do you use and why?

1 comment

myronov_alex12 months ago
I&#x27;ve had great experience with Redis and KV from Cloudflare. KV is great, scales nicely but doesn&#x27;t allow you the same list of commands and data structures as Redis.