Skip to content
This repository has been archived by the owner on Apr 5, 2022. It is now read-only.
/ redis-haskell Public archive
forked from brandur/redis-haskell

Haskell bindings for Redis, a fast persistent key-value store.

License

Notifications You must be signed in to change notification settings

bumptech/redis-haskell

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

redis-haskell

Haskell bindings for Redis, a fast persistent key-value store.

Documentation

Hackage link to come.

How to use this library

Unfortunately this package is not yet available from Hackage. Therefore to use this package, clone it and install it locally:

$ git clone https://github.com/bumptech/redis-haskell.git
$ cd redis-haskell
$ cabal install

If Cabal complains of a missing "Missing C library: uuid", then (on Ubuntu/Debian):

$ sudo apt-get install uuid-dev

And finally update your project's .cabal file to include:

,redis-haskell >= 0.0.3.2

About

Haskell bindings for Redis, a fast persistent key-value store.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Haskell 99.6%
  • Shell 0.4%