-
I found this bug while testing redis' sorted sets. The problem appeared when I wanted to add a value very close to 0. The following actions are done with redis-cli:
```
127.0.0.1:6379> ZADD test -0.0…
-
There were few times lately when library that I maintain was constrained because some other lib had a constraint on it (see [example](https://github.com/fpco/stackage/issues/1247)), but I wasn't notif…
-
https://github.com/informatikr/hedis/blob/eeb68e1eae6fbb43762f2b073b87eadaee80c813/src/Database/Redis/ProtocolPipelining.hs#L66
"What if hSetBinaryMode in connect throws an exeption? Will the handle …
-
I am using a hosted/managed Redis instance within Azure, and by default, that must be accessed with TLS. Hedis works fine if I enable non-TLS connections to the Azure redis service, but I cannot do s…
-
Hey!
When using hedis for pub/sub, the connection to Redis supporting pubsub can be closed due to connectMaxIdleTime reached if there are other long running connections. In this case, it is not reope…
-
Please consider the following test case:
``` haskell
{-# LANGUAGE OverloadedStrings #-}
module Main where
import Control.Monad
import Database.Redis
main :: IO ()
main = do
r
-
Hedis exports only 1 exception, but it seems to me that is unfortunately quite unwelcome. The problem is that thanks to `unsafeInterleaveIO` the exception can occur anywhere. Which would still be some…
-
Is any of the scan commands implemented?
Are there any plans to do this?
-
I would expect that once `punsubscribe` is invoked handler won't receive single message. In this example `getmessages` receives many more messages
```
{-# LANGUAGE OverloadedStrings #-}
import Co…
-
Trying to build a new blank `yesod-postgres` project on a fresh Ubuntu install, but it fails.
## Steps to reproduce
```
sudo apt-get update
sudo apt-get install -y build-essential curl
curl h…
jezen updated
7 years ago