redis: A driver for Redis key-value database
This library is deprecated in favour of the hedis package, but minor patches to keep it building etc will be applied.
Redis (http://redis.io) is an open source, BSD licensed, advanced key-value store. It is often referred as a data structure server since keys can contain different data structures, such as strings, hashes, lists, sets and sorted sets.
This library is a Haskell driver for Redis. It's tested with current git version and with v2.4.6 of redis server. It also tested with v2.2 and basic functions are works correctly but not all of them.
You can use Test module from the source package to run unit tests. Try runhaskell Test.hs --help for usage info. Caution! Do not run tests on your working database - test database will be flushed.
There are simple benchmark module included: Benchmark.hs. It shows me about two times less requests per second than redis-benchmark from server distribution.
Please let me know if tests or benchmark goes terribly wrong.
Changes from v0.12:
nothing here
Modules
[Index]
Downloads
- redis-0.14.tar.gz [browse] (Cabal source package)
- Package description (revised from the package)
Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.
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, concurrent-extra, containers, exceptions (>=0.6 && <0.9), mtl, network, old-time, utf8-string [details] |
Tested with | ghc ==7.8.4, ghc ==7.10.1 |
License | MIT |
Copyright | Copyright (c) 2009-2010 Alexander Bogdanov |
Author | Alexander Bogdanov <andorn@gmail.com> |
Maintainer | Ganesh Sittampalam <ganesh@earth.li> |
Revised | Revision 1 made by GaneshSittampalam at 2015-05-30T14:11:09Z |
Category | Database |
Home page | http://hub.darcs.net/ganesh/redis |
Source repo | head: darcs get http://hub.darcs.net/ganesh/redis |
Uploaded | by GaneshSittampalam at 2015-04-28T20:25:48Z |
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 available [build log] Last success reported on 2015-04-28 [all 1 reports] |