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

This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.

[maintain] [Publish]

Warnings:

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]

Properties

Versions 0.2, 0.3, 0.3.1, 0.3.2, 0.4.0, 1.0.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:47:34Z

Modules

[Index] [Quick Jump]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees


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.