Skip to content

zsgilber/simplekv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

simplekv

A simple in-memory key-value store.

Use

The server implements the RESP protocol, so redis clients can be used to send commands to the server:

$ redis-cli -h localhost -p 3003 PING
PONG

About

A simple in-memory key-value store.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages