redis-resp: REdis Serialization Protocol (RESP) implementation.

[ data, library, mpl ] [ Propose Tags ]

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

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


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.2, 0.3, 0.3.1, 0.3.2, 0.4.0, 1.0.0
Change log CHANGELOG.md
Dependencies attoparsec (>=0.11), base (>=4.9 && <5), bytestring (>=0.10.4), bytestring-conversion (>=0.2), containers (>=0.5), dlist (>=0.7), double-conversion (>=2.0), operational (>=0.2), semigroups (>=0.15), split (>=0.2), transformers (>=0.3) [details]
License MPL-2.0
Copyright (C) 2014 Toralf Wittner
Author Toralf Wittner
Maintainer Toralf Wittner <tw@dtex.org>, Roman S. Borschel <roman@pkaboo.org>
Category Data
Home page https://gitlab.com/twittner/redis-resp/
Bug tracker https://gitlab.com/twittner/redis-resp/issues
Source repo head: git clone git://gitlab.com/twittner/redis-resp.git
Uploaded by romanb at 2018-08-30T14:50:13Z
Distributions LTSHaskell:1.0.0, NixOS:1.0.0, Stackage:1.0.0
Reverse Dependencies 2 direct, 0 indirect [details]
Downloads 5764 total (25 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2018-08-30 [all 1 reports]

Readme for redis-resp-1.0.0

[back to package description]

REdis Serialisation Protocol (RESP)

This library provides RESP encoding/decoding functionality and defines most of the available Redis commands as a GADT which enables different interpreter implementations such as redis-io.