Skip to content

rhs99/redis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Redis

Redis server implemented using Python

Features

  • Supporth concurrent requests
  • Supports replication using master slave architecture
  • Supports persistence using RDB file
  • Supports transaction
  • Supports stream type

Supported Commands

Command
PING
ECHO
TYPE
SET
GET
INCR
XADD
XRANGE
XGET
XREAD
MULTI
EXEC
DISCARD
INFO
CONFIG
KEYS
WAIT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages