Show HN: 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 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 support@hpkv.io 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 :)


Comments URL: https://news.ycombinator.com/item?id=43387834

Points: 12

# Comments: 4

https://hpkv.io

Erstellt 1mo | 17.03.2025, 15:30:12


Melden Sie sich an, um einen Kommentar hinzuzufügen

Andere Beiträge in dieser Gruppe

Show HN: Advanced-Alchemy – A framework agnostic library for SQLAlchemy

Hello HN!

Advanced Alchemy is an optimized companion library for SQLAlchemy, designed to supercharge your database models with powerful tooling for migrations, asynchronous support, lifecycle ho

23.04.2025, 17:30:21 | Hacker news
Launch HN: Cua (YC X25) – Open-Source Docker Container for Computer-Use Agents

Hey HN, we’re Francesco and Alessandro, the creators of c/ua (https://www.trycua.com), a Docker‑style container runtime that lets AI agents drive full operatin

23.04.2025, 17:30:15 | Hacker news