The redis package
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.
Properties
| Versions | 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 |
|---|---|
| Dependencies | base (<5), bytestring, mtl, network, old-time, utf8-string |
| License | MIT |
| Copyright | Copyright (c) 2009-2010 Alexander Bogdanov |
| Author | Alexander Bogdanov <andorn@gmail.com> |
| Maintainer | Alexander Bogdanov <andorn@gmail.com> |
| Stability | beta |
| Category | Database |
| Upload date | Tue Mar 2 11:19:59 UTC 2010 |
| Uploaded by | AlexanderBogdanov |
| Built on | ghc-6.12 |
| Distributions | NixOS: 0.7.2 |
Modules
Downloads
- redis-0.2.tar.gz (Cabal source package)
- package description (included in the package)