The redis-hs package
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, and so lacks many of the features of the existing redis package (like 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, and version 1.0.0 will be tagged only when the library has full command coverage, reasonable test coverage, and solid documentation.
The source code is available on GitHub http://github.com/wlangstroth/redis-hs.
Properties
| Versions | 0.0.7, 0.0.8, 0.0.9, 0.0.10, 0.0.11, 0.0.12, 0.0.13, 0.1.0, 0.1.1, 0.1.2 |
|---|---|
| Dependencies | base (4.*), bytestring (≥0.9), mtl (2.*), network (≥2.2.3), utf8-string (≥0.3.5) |
| License | MIT |
| Author | Will Langstroth <will@langstroth.com> |
| Maintainer | Will Langstroth <will@langstroth.com> |
| Category | Database |
| Home page | http://github.com/wlangstroth/redis-hs |
| Source repository | git clone http://github.com/wlangstroth/snap-core.git |
| Upload date | Mon Nov 8 03:46:11 UTC 2010 |
| Uploaded by | WillLangstroth |
| Built on | ghc-6.12 |
Modules
Downloads
- redis-hs-0.0.7.tar.gz (Cabal source package)
- package description (included in the package)