@hackage redis-hs0.0.9

A simple Redis library for Haskell

This package provides access to Redis stores using the Data.ByteString.UTF8 ByteString, for consistent handling of UTF8 encoding. It is a developer pre- release, so it lacks many of the features of the existing redis package (including a monad wrapper, state management, and custom concurrency management) but for light use, this library makes using Redis very straightforward.

The feature set is incomplete, with full command coverage planned for version 0.1.0, and full documentation and test coverage for 1.0.0.