rfc-redis: The Redis extensions from the Robert Fischer Commons.

[ library, mit, redis ] [ Propose Tags ]

Various capabilities supporting Redis/Hedis development, including some simplification of the interface.


[Skip to Readme]

Modules

  • RFC
    • RFC.Redis

Flags

Manual Flags

NameDescriptionDefault
production

If true, disables failing on warnings and enables aggressive optimizations.

Disabled

Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.0.0.1
Dependencies base (>=4.10 && <5), hedis (>=0.10), rfc-env, rfc-prelude, time (>=1.8) [details]
License MIT
Author Robert Fischer
Maintainer smokejumperit+rfc@gmail.com
Category redis
Home page https://github.com/RobertFischer/rfc#readme
Bug tracker https://github.com/RobertFischer/rfc/issues
Source repo head: git clone https://github.com/RobertFischer/rfc(rfc-redis)
Uploaded by RobertFischer at 2018-07-03T02:53:45Z
Distributions
Reverse Dependencies 1 direct, 1 indirect [details]
Downloads 692 total (4 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
All reported builds failed as of 2018-07-03 [all 3 reports]

Readme for rfc-redis-0.0.0.1

[back to package description]

RFC Redis

These are the Robert Fischer Commons extensions to the hedis library for Redis. The major difference is making the Redis monad a lot more friendly for monad transformer stacks, some naming aliases to bring the names in line with rfc-psql, and throwing exceptions when they occur instead of returning them.