@hackage redis-simple0.1.1
Simple redis bindings for Haskell
Installation
Dependencies (4)
- base >=4 && <5
- binary >=0.5
- bytestring >=0.9
- redis >=0.7 Show all…
Dependents (1)
@hackage/acme-everything
This package is meant to simplify usage of redis in
Haskell. It is built on the full-blown redis
package
and, in fact, does nothing more than providing an easier
interface to a small subset of it's functions.