redis: A driver for Redis key-value database

[ database, library, mit ] [ Propose Tags ]

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

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, exceptions (>=0.6 && <0.11), mtl, network, old-time, utf8-string [details]
License MIT
Copyright Copyright (c) 2009-2010 Alexander Bogdanov
Author Alexander Bogdanov <andorn@gmail.com>
Maintainer Ganesh Sittampalam <ganesh@earth.li>
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 2020-07-03T01:12:32Z
Distributions NixOS:0.14.2
Reverse Dependencies 2 direct, 0 indirect [details]
Downloads 16988 total (32 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 2020-07-03 [all 1 reports]