/hadis

Redis server implemented in Haskell.

Primary LanguageHaskellMIT LicenseMIT

Hadis

A Haskell implementation of Redis server. WIP.

$ hadis
> KEYS "*"
["a"]
> GET "a"
"123"
> GETSET "a" "777"
"123"
> GET "a"
"777"
>

License

MIT.