Simple Miniature Key-Value Database
-
Updated
Oct 29, 2025 - Python
Simple Miniature Key-Value Database
TinyWebDB service for Kodular
An asynchronous Redis clone in Python using asyncio. Implements the RESP protocol, master-replica replication, RDB file parsing, and key expiry.
A distributed key-value store created using etcd and a python backend
Poridhi Lab 01: A minimal Redis-like TCP server in Python. Listens on port 6379, accepts multiple clients with threading, responds to PING with PONG, and manages connections gracefully. Foundation for learning sockets, RESP, and building a key-value store.
Minimal Redis-like key-value store in Python (asyncio) with TTL and AOF persistence.
Jackrabbit Ditrubuted Lock Manager
A helpful Python package that helps you build excellent things inside Repls! 💻
Embedded key-value store with vector similarity search
A scalable, fault-tolerant, and highly available distributed key-value store implementation providing causal consistency and eventual convergence, achieving both horizontal and vertical scalability.
A high-performance, thread-safe key-value cache server built with Python using Windows Named Pipes for fast local inter-process communication (IPC). Ideal for coordinating scripts, sharing state, and building lightweight infrastructure tools.
PyFreeDB is a Python library that provides common and simple database abstractions on top of Google Sheets.
A simple key value store with simple persistence logic, all behind a socket server.
Simple interface to the ZIP files to use them as DB
Python disk-backed cache (Django-compatible). Faster than Redis and Memcached. Pure-Python.
A LSM-Tree key/value database in Python.
Distributed Key-Value Store created with Consensus Protocol: Raft using RPC Communication
A very tiny clone of Redis in Python3
Cloud Computing Project done by batch 8 on building a distributed key-value store with etcd
Tooling and Common Components for Sqlite3 with Python
Add a description, image, and links to the key-value-store topic page so that developers can more easily learn about it.
To associate your repository with the key-value-store topic, visit your repo's landing page and select "manage topics."