redis: A driver for Redis key-value database

[ database, library, mit ] [ Propose Tags ]

Caution! This library is currently not supported. If you looking for an alternative, hedis package is a great one. It looks more complete and more "functional" in its nature. If you absolutely need *this* library, please let me know, I'll do my best to help you in any way. On the other hand, if you want to adopt this library, do not hesitate and let me know too. Many thanks!

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

Downloads

Maintainer's Corner

Package maintainers

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, 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 2012-09-19T06:30:07Z
Distributions NixOS:0.14.2
Reverse Dependencies 2 direct, 0 indirect [details]
Downloads 17081 total (67 in the last 30 days)
Rating 2.0 (votes: 1) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Successful builds reported [all 1 reports]