Skip to content
#

resp-protocol

Here are 9 public repositories matching this topic...

MemoraDB

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.

  • Updated Sep 29, 2025
  • C

In-memory key–value store with LRU eviction, hash–list indexing, sustaining <10µs access latency and persistent retrieval at ~1–2ms, epoll-based TCP server handling 10K+ concurrent connections with the RESP-2 protocol for scalable client–server communication. Benchmarked extensively via redis-benchmark achieving 92K GETs/sec and 84K SETs/sec .

  • Updated Dec 12, 2025

Embedded Redis Server is a lightweight, in-process Redis-compatible server written in Kotlin. Designed for testing, development, and CI/CD pipelines. Features Spring Boot auto-configuration, RESP2 protocol support, and zero external dependencies. Use it just like H2 Database - simply add the dependency and start coding!

  • Updated Nov 30, 2025
  • Kotlin

Improve this page

Add a description, image, and links to the resp-protocol topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the resp-protocol topic, visit your repo's landing page and select "manage topics."

Learn more