Skip to content

dimitrovvlado/redis-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

redis-server

A redis server/CLI implementation, compatible with the RESP protocol.

Start the server by running make run-server

Run the CLI by executing make run-cli

Available commands

PING

PING [message]

ECHO

ECHO message

SET

SET key value [EX seconds | PX milliseconds | EXAT unix-time-seconds | PXAT unix-time-milliseconds]

GET

GET key

DEL

DEL key [key ...]

EXISTS

EXISTS key [key ...]

INCR

INCR key

DECR

DECR key

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors