redis-resp

REdis Serialization Protocol (RESP) implementation.

https://github.com/twittner/redis-resp/

Version on this page:0.3.2@rev:2
LTS Haskell 22.14:1.0.0
Stackage Nightly 2024-03-28:1.0.0
Latest on Hackage:1.0.0

See all snapshots redis-resp appears in

LicenseRef-OtherLicense licensed by Toralf Wittner
Maintained by Toralf Wittner
This version can be pinned in stack with:redis-resp-0.3.2@sha256:6375e871f3ad78efa6e4780c4e5c026fa4694f27e32f3837679fff42f488877f,1865

Module documentation for 0.3.2

REdis Serialization Protocol (RESP) implementation as specified in http://redis.io/topics/protocol.

Additionally most Redis commands are declared as a GADT which enables different interpretations such as redis-io.