Hoogle Search
Within Stackage Nightly 2025-10-09 (ghc-9.12.2)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
configSet :: RedisCtx m f => ByteString -> ByteString -> m (f Status)hedis Database.Redis No documentation available.
getset :: RedisCtx m f => ByteString -> ByteString -> m (f (Maybe ByteString))hedis Database.Redis No documentation available.
hmset :: RedisCtx m f => ByteString -> [(ByteString, ByteString)] -> m (f Status)hedis Database.Redis No documentation available.
hset :: RedisCtx m f => ByteString -> ByteString -> ByteString -> m (f Integer)hedis Database.Redis No documentation available.
hsetnx :: RedisCtx m f => ByteString -> ByteString -> ByteString -> m (f Bool)hedis Database.Redis No documentation available.
lset :: RedisCtx m f => ByteString -> Integer -> ByteString -> m (f Status)hedis Database.Redis No documentation available.
mset :: RedisCtx m f => [(ByteString, ByteString)] -> m (f Status)hedis Database.Redis No documentation available.
msetnx :: RedisCtx m f => [(ByteString, ByteString)] -> m (f Bool)hedis Database.Redis No documentation available.
psetex :: RedisCtx m f => ByteString -> Integer -> ByteString -> m (f Status)hedis Database.Redis No documentation available.
slowlogReset :: RedisCtx m f => m (f Status)hedis Database.Redis No documentation available.