https://github.com/informatikr/hedis
A Redis client library for Haskell.
https://github.com/informatikr/hedis
Last synced: 10 months ago
JSON representation
A Redis client library for Haskell.
- Host: GitHub
- URL: https://github.com/informatikr/hedis
- Owner: informatikr
- License: bsd-3-clause
- Created: 2011-02-23T20:31:41.000Z (about 15 years ago)
- Default Branch: master
- Last Pushed: 2024-11-25T04:14:05.000Z (over 1 year ago)
- Last Synced: 2025-05-03T01:03:38.433Z (10 months ago)
- Language: Haskell
- Homepage: http://hackage.haskell.org/package/hedis
- Size: 683 KB
- Stars: 331
- Watchers: 9
- Forks: 131
- Open Issues: 32
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG
- License: LICENSE
Awesome Lists containing this project
- awesome-redis - hedis - Supports the complete command set. Commands are automatically pipelined for high performance (Haskell / C++)
README
# Welcome to hedis
[](https://travis-ci.org/informatikr/hedis)
This is a Redis client library for the Haskell programming language. Please consult the library's [Hackage page](http://hackage.haskell.org/package/hedis) for documentation.
# Testimonials
Ben Gamari
[writes](https://groups.google.com/forum/?fromgroups#!topic/redis-db/uJSp7ZcQTew):
> Having evaluated the options in this space, [Hedis] is in my opinion the best
> of the bunch with an active maintainer, a simple interface, excellent
> documentation, and superb performance.
Email from a user, regarding the 0.5 release (10.05.2012):
> The new multiExec function is really great. [...] We are using it in our
> commercial product at Janrain and are very happy!
Andrew Frederick Cowie [mentioned hedis](http://research.operationaldynamics.com/~andrew/talks/TheWebProblem,SolvingItInHaskell/TheWebProblem.html#Redirector introduction) in a talk:
> _Nice_ Haskell bindings.
# Join in!
We are happy to receive bug reports, fixes, documentation enhancements, and other improvements.
Please report bugs via the [github issue tracker](http://github.com/informatikr/hedis/issues).
Master [git repository](http://github.com/informatikr/hedis):
git clone git://github.com/informatikr/hedis.git
# Authors
This library is written by Falko Peters .
Currently maintainer by Kostiantyn Rybnikov .