
I Built a Redis Alternative in Rust — MnemeCache
Redis is great. But it has problems I could not ignore: TLS is off by default No per-request consistency control Basic user permissions So I built MnemeCache — named after Mnemosyne, the Greek goddess of memory. How It Works Two types of nodes: Core (God Node) — holds everything in RAM, serves all requests, never touches disk Keepers — save data to disk via WAL + snapshots, push data back when Core restarts What Makes It Different TLS always on — auto-generated, no configuration needed Per-request consistency: EVENTUAL → fastest QUORUM → majority must confirm (default) ALL → every node must confirm Real RBAC — admin, readwrite, readonly roles with per-database restrictions Honest Status Not production ready yet. No published benchmarks. Linux only. Custom protocol so Redis clients do not work. I am sharing this for feedback from people who use cache systems daily. GitHub → github.com/vusalrahimov/mnemecache Thoughts? Leave a comment below.
Continue reading on Dev.to
Opens in a new tab

![[Learning notes and hw] getting started with R-cnn: Manually implementing Intersection over Union (IoU)](/_next/image?url=https%3A%2F%2Fmedia2.dev.to%2Fdynamic%2Fimage%2Fwidth%3D800%252Cheight%3D%252Cfit%3Dscale-down%252Cgravity%3Dauto%252Cformat%3Dauto%2Fhttps%253A%252F%252Fdev-to-uploads.s3.amazonaws.com%252Fuploads%252Farticles%252Favit2emoxc0g68e5ltqj.jpg&w=1200&q=75)

