Skip to content

vashthestampede95/Redishaskell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Redish

A multi-threaded, TCP, key-value store inspired by Redis implemented in Haskell.

Note: This is a learning exercise.

You can read the introductory blog post.

Building

$ git clone git://github.com/vashthestampede97/redish.git
$ cd redish
$ stack build
$ stack exec Redish

Protocol

Redish implements the Redis protocol. It currently only supports the get and set operations.

Example

$ redis-cli -p 7777
127.0.0.1:7777> set name vash
OK
127.0.0.1:7777> get name
"vash"

License

BSD, short and sweet.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published