A bi-directional, persisted KV store that is faster than Redis
we've been working on a KV store for the past year or so which is 2-6x faster than Redis (benchmark link below) yet disk persisted! so you get the speed of in-memory KV stores but with disk persistence. To achieve this we've created our custom filesystem that is optimized for our special usecase and we're doing smart batching for writes and predictive fetching for reads. In addition to basic operations, it also provides atomic inc/dec, atomic json patch, range scans and a unique key monitoring mechanism (pub-sub) over WebSockets which essentially allows you to receive notification on…
In plain words
This is a key-value store designed for applications requiring both speed and data persistence. It targets developers building real-time systems who need faster performance than Redis without sacrificing disk storage. It distinguishes itself through a custom-optimized filesystem, smart write batching, and predictive read fetching. The store supports atomic operations, JSON patching, range scans, and a WebSocket-based pub-sub system that lets front-end applications receive key-change notifications directly without backend relay infrastructure.
written from the facts on this page · September 2026
From the sources
In the maker’s words, at launch
we've been working on a KV store for the past year or so which is 2-6x faster than Redis (benchmark link below) yet disk persisted! so you get the speed of in-memory KV stores but with disk persistence. To achieve this we've created our custom filesystem that is optimized for our special usecase and we're doing smart batching for writes and predictive fetching for reads. In addition to basic operations, it also provides atomic inc/dec, atomic json patch, range scans and a unique key monitoring mechanism (pub-sub) over WebSockets which essentially allows you to receive notification on registered key changes directly from the KV store. so for example in a realtime web application, you can receive notifications directly in your front-end, with no back-end implementation (no WebSocket server management, no relay etc.) and still be secure and not expose your API keys on front-end. We have REST, WebSocket and RIOC API and we can't wait to hear your feedback. We're only providing the free tier for now but let us know and we can increase the limits for you, if have a specific case. please either send us an email to [email protected] or use http://hpkv.io/contact if you prefer that way. sign up: http://hpkv.io/signup documentation: http://hpkv.io/docs realtime pub-sub: http://hpkv.io/blog/2025/03/real-time-pub-sub benchmark vs Redis: http://hpkv.io/blog/2025/02/redis-vs-hpkv-benchmark looking forward to hear your feedback :)
Does the same job
all alternatives →- ASA strongly-typed document DB that runs on any transactional KV store2021 · github.com · ▲113
- B2Bvckup 2 – Fast File Replicator for Windows2019 · bvckup2.com · ▲154
This is a long-running project that started as the proverbial need to scratch my own itch and then somehow evolved into a full-time job of the past 6 years. Link: https://bvckup2.com I thought I'd do a Show HN for two reasons. 1. I obviously want to show my baby to those who haven't seen it. Its primary purpose is to do very fast file replication. If you are familiar with "robocopy /mir" - same idea, but on steroids. Lots of them. It can be used for both mirroring and archiving backups, among other things. It is light, very small and it is really quite fast. Half of the…


- LDLux – Drop-in Redis replacement in Rust. 5.6x faster, ~1MB Docker imageMar 2026 · github.com · ▲59
- BOBetterDB – OSS Valkey/Redis monitoring with historical dataJan 2026 · ▲6
Hey HN, I'm Kristiyan, former Engineering Manager for Redis' Visual Developer Tools (including Redis Insight). I built BetterDB because Valkey is growing fast but lacks proper observability tooling. BetterDB is a monitoring platform for Valkey (and Redis) that focuses on what existing tools miss: Historical persistence – Slowlog entries disappear when the buffer fills. BetterDB persists them so you can see what queries were running at 3am, which clients were connected, and what anomalies were detected — not just current state. Pattern analysis – Stop scrolling through raw slowlog entries.…
More commerce this month
the category →

Compare your startup equity grant for free.
Commerce · 26d ago · equitybee.com
Launched alongside, March 2025
the whole month →
Mimic Human Research & Save Findings in AI Knowledge Base
AI · 2025 · sider.ai




