Skip to content

jonathan-imanu/PyRedis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

89 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyRedis

A fully functionally toy Redis clone built in Python with support for leader-follower replication.

Table of Contents

What is Redis?

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

About PyRedis

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

About

A fully functional toy Redis clone built in Python with support for leader-follower replication.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •