Hoogle Search
Within LTS Haskell 24.52 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
hedis Database.Redis.Sentinel No documentation available.
XReadOpts :: Maybe Integer -> Maybe Integer -> XReadOptshedis Database.Redis.Sentinel No documentation available.
-
hedis Database.Redis.Sentinel No documentation available.
XReadResponse :: ByteString -> [StreamsRecord] -> XReadResponsehedis Database.Redis.Sentinel No documentation available.
-
hedis Database.Redis.Sentinel Redis default XReadOpts. Equivalent to omitting all optional parameters.
XReadOpts { block = Nothing -- Don't block waiting for more records , recordCount = Nothing -- no record count } xread :: RedisCtx m f => [(ByteString, ByteString)] -> m (f (Maybe [XReadResponse]))hedis Database.Redis.Sentinel No documentation available.
-
hedis Database.Redis.Sentinel No documentation available.
-
hedis Database.Redis.Sentinel No documentation available.
-
hedis Database.Redis.Sentinel No documentation available.
tryReadMVar :: MonadIO m => MVar a -> m (Maybe a)relude Relude.Lifted.Concurrent Lifted to MonadIO version of tryReadMVar.