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
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.
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.