edis: Statically typechecked client for Redis

[ database, library, mit ] [ Propose Tags ]

This library is a Haskell client for the Redis datastore built on top of Hedis, with stronger type-level guarantees.

For detailed documentation, see the Database.Edis module.


[Skip to Readme]

Modules

[Index]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.0.1.0
Dependencies base (>=4.8 && <5), bytestring (>=0.10), cereal (>=0.4), hedis (>=0.6) [details]
License MIT
Copyright Copyright (c) 2015 Ting-Yan Lai
Author Ting-Yan Lai
Maintainer banacorn@gmail.com
Category Database
Source repo head: git clone https://github.com/banacorn/edis
Uploaded by TingYenLai at 2015-12-21T08:27:31Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 1009 total (4 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2016-11-11 [all 1 reports]

Readme for edis-0.0.1.0

[back to package description]

edis

Statically typechecked Redis