redis-resp

REdis Serialization Protocol (RESP) implementation.

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

Version on this page:0.4.0
LTS Haskell 22.13:1.0.0
Stackage Nightly 2024-03-14:1.0.0
Latest on Hackage:1.0.0

See all snapshots redis-resp appears in

MPL-2.0 licensed by Toralf Wittner
Maintained by Toralf Wittner
This version can be pinned in stack with:redis-resp-0.4.0@sha256:4f4a89df2342294b22ba31928aebbfbc89b5a4fb57d602b4eb8b3913bb76ef44,1651

Module documentation for 0.4.0

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

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