The latest version of redis is 0.14.2-0.

redis

Version 0.7.1 revision 0 uploaded by AlexanderBogdanov.

Package meta

Synopsis
A driver for Redis key-value database
Description

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.6:

  • new commands added: watch, unwatch

  • new batch command: run_cas

  • fixed bug with expireAt - thanks to Alex Suraci

Author
Alexander Bogdanov <andorn@gmail.com>
Bug reports
n/a
Category
Database
Copyright
Copyright (c) 2009-2010 Alexander Bogdanov
Homepage
n/a
Maintainer
Alexander Bogdanov <andorn@gmail.com>
Package URL
n/a
Stability
beta

Components