A fully functionally toy Redis clone built in Python with support for leader-follower replication.
Redis is an open source (BSD licensed) in-memory data structure store often used as a database, cache, message broker and streaming engine. Redis provides data structures such as strings, hashes, lists, sets, sorted sets with range queries, bitmaps, hyperloglogs, geospatial indexes, and streams. Source
PyRedis is a toy Redis clone originally built alongisde the "Build Your Own Redis" Challenge from CodeCrafters. It supports the PING, SET, GET and INFO commands.s