You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MemoraDB is a high-performance in-memory database (IMDB) designed for ultra-low latency key-value storage and operations, featuring RESP protocol compliance, atomic commands, and TTL-based expiry. Optimized for microsecond response times, it's ideal for real-time applications like caching and session stores.
In-memory KV store in Go — RESP2/RESP3 wire protocol, AOF persistence, TTL, AUTH+TLS with protected-mode default, INFO/SCAN, OpenTelemetry, and an opt-in Raft-backed multi-node cluster. Companion CLI + TUI. Companion to toymq.
A TypeScript/Node.js reimplementation of CodeCrafters style build-your-own-X challenges (Redis, HTTP server, tree-walking interpreter), plus a custom stage-based test harness that drives each solution over its real protocol (TCP/HTTP/CLI) and gates progression stage by stage.
Noema is a semantic cache for LLM apps in Java 21: caches responses by meaning via a from-scratch HNSW vector index, with request coalescing. Built on a RESP key-value engine (redis-cli compatible).
A Redis-compatible in-memory key-value server built from scratch in Python — RESP2 over raw TCP, asyncio, TTL expiration, AOF persistence, and LRU eviction.