graphql-engine/server/forks/hedis/README.md
Puru Gupta 328b7b793f server: add support for redis clusters
PR-URL: https://github.com/hasura/graphql-engine-mono/pull/8867
Co-authored-by: paritosh-08 <85472423+paritosh-08@users.noreply.github.com>
GitOrigin-RevId: 6ab173b02f6b8bf97ccbcdb00110fe147771c751
2023-06-05 12:11:59 +00:00

39 lines
1.4 KiB
Markdown

# Welcome to hedis
[![Build Status](https://travis-ci.org/informatikr/hedis.svg?branch=master)](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 <falko.peters@gmail.com>.
Currently maintainer by Kostiantyn Rybnikov <k-bx@k-bx.com>.