Redis lib for Haskell?

Hedis seems to be the most used. Is that what people use?

I find the API a bit awkward, so I thought I’d ask here.

I’ve had a look at redis-io and its API feels nicer, but it seems abandoned.

Is there any other I should have a look at?

3 Likes

Some hedis forks used by companies may prove more reliable. For instance:

(I use Network Graph · informatikr/hedis · GitHub to find them)

2 Likes