
Always encrypted Redis Database
In memory encrypted RedisDB using Intel SGXv2
What it does
Redis is an in-memory database. It is well-known that data in memory is unencrypted. Always encrypted Redis closes the gap by putting the database in a vault. Data is run-time encrypted throughout the execution, extending the security at rest and in transit.
Does a similar job
all alternatives →- RARedixDB – a fast persistent key-value store with the Redis protocol2018 · alash3al.github.io · ▲75
- ABA bi-directional, persisted KV store that is faster than Redis2025 · hpkv.io · ▲79
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…
- AAAllyDB – An in-memory database similar to Redis, built using Elixir2023 · github.com · ▲20
Hey, everyone. I am currently working on AllyDB, which is basically my own Redis, which I am writing in Elixir. Currently, the database is nowhere close to being ready, as you can see in the roadmap, but I am doing my best to add stuff as fast as possible. Currently the implementation is very simple, with an in memory table, an append log persistence system, as well as an interval persistence system as a backup. The database could definitely be optimized further, especially when it comes to persistence, which I am planning to do in the future. I'm also planning to use Rust NIFs for specific…

- ETEnd-to-End Encrypted Cloud Storage. All Open Source2014 · disk42.com · ▲42
- ESEloqKV – Scalable distributed ACID key-value database with Redis API2024 · eloqdata.com · ▲44
We're thrilled to unveil EloqKV, a lightning-fast distributed key-value store with a Redis-compatible API. Built on a new database architecture called the Data Substrate, EloqKV brings significant innovations to database design. Here’s the unique features that makes it stand out: - Flexible Deployment: Run it as a single-node in-memory KV cache, a larger-than-memory database or scale to a highly available, distributed transactional database with ease. - High Performance: Achieves performance levels comparable to top in-memory databases like Redis and DragonflyDB, while significantly…
More dev tools this month
the category →



OpenTrailPaper is open-source bike computer firmware for the LilyGO T5S3 4.7" E-Paper PRO. It supports offline maps, GPX routes, FIT recording and Bluetooth sensors.
Dev tools · 4d ago · opentrailpaper.com

Lettertrace▲375Track your AI visibility for free (using your own API keys!)
Dev tools · 27d ago · lettertrace.com
Source: Product Hunt launch ↗