redis: A driver for Redis key-value database
Redis is an advanced key-value store. It is similar to memcached but the dataset is not volatile. Values can be strings, exactly like in memcached, but also lists, sets, and ordered sets.
This library is a Haskell driver for Redis. Note that this library supports the most recent (actually the git one) version of Redis protocol. Most of the functions will work correctly with stable version but not all.
Changes from v0.7:
new commands added: strlen, persist
zrangebyscore now supports LIMIT argument. Warning! Backward incompatible change!
fixed behaviour of sort with multiple GET keys
exceptions handled in run_multi and run_cas blocks leads to abort transaction explicitly
Modules
[Index]
Downloads
- redis-0.8.1.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
- No Candidates
Versions [RSS] | 0.1, 0.2, 0.3, 0.3.1, 0.4, 0.5, 0.5.1, 0.5.2, 0.6, 0.7, 0.7.1, 0.7.2, 0.8, 0.8.1, 0.9, 0.10, 0.10.1, 0.11, 0.12, 0.12.1, 0.13, 0.13.0.1, 0.14, 0.14.1, 0.14.2 |
---|---|
Dependencies | base (<5), bytestring, MonadCatchIO-mtl, mtl, network, old-time, utf8-string [details] |
License | MIT |
Copyright | Copyright (c) 2009-2010 Alexander Bogdanov |
Author | Alexander Bogdanov <andorn@gmail.com> |
Maintainer | Alexander Bogdanov <andorn@gmail.com> |
Category | Database |
Uploaded | by AlexanderBogdanov at 2010-09-09T09:12:38Z |
Distributions | NixOS:0.14.2 |
Reverse Dependencies | 2 direct, 0 indirect [details] |
Downloads | 17697 total (3 in the last 30 days) |
Rating | 2.0 (votes: 1) [estimated by Bayesian average] |
Your Rating | |
Status | Docs uploaded by user Build status unknown [no reports yet] |