The latest version of hedis is 0.15.2-1.

hedis

Version 0.2 revision 0 uploaded by FalkoPeters.

Package meta

Synopsis
Client library for the Redis datastore: supports full command set, pipelining.
Description

Redis is an open source, advanced key-value store. It is often referred to as a data structure server since keys can contain strings, hashes, lists, sets and sorted sets. This library is a Haskell client for the Redis datastore. Compared to other Haskell client libraries it has some advantages:

Complete Redis 2.4 command set:
All Redis commands (http://redis.io/commands) are available as haskell functions. The exceptions to the rule are the MONITOR and SYNC commands.
Pipelining "Just Works":
Commands are pipelined (http://redis.io/topics/pipelining) as much as possible without any work by the user.
Enforced Pub/Sub semantics:
When subscribed to the Redis Pub/Sub server (http://redis.io/topics/pubsub), clients are not allowed to issue commands other than subscribing to or unsubscribing from channels. This library uses the type system to enforce the correct behavior.

For detailed documentation, see the Database.Redis module.

Author
Falko Peters
Bug reports
https://github.com/informatikr/hedis/issues
Category
Database
Copyright
Copyright (c) 2011 Falko Peters
Homepage
https://github.com/informatikr/hedis
Maintainer
falko.peters@gmail.com
Package URL
n/a
Stability
n/a

Components