Hoogle Search
Within Stackage Nightly 2025-10-02 (ghc-9.12.2)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
clientSetname :: RedisCtx m f => ByteString -> m (f ByteString)hedis Database.Redis No documentation available.
clusterSetSlotImporting :: RedisCtx m f => Integer -> ByteString -> m (f Status)hedis Database.Redis No documentation available.
clusterSetSlotMigrating :: RedisCtx m f => Integer -> ByteString -> m (f Status)hedis Database.Redis No documentation available.
clusterSetSlotNode :: RedisCtx m f => Integer -> ByteString -> m (f Status)hedis Database.Redis No documentation available.
clusterSetSlotStable :: RedisCtx m f => Integer -> m (f Status)hedis Database.Redis No documentation available.
configResetstat :: RedisCtx m f => m (f Status)hedis Database.Redis No documentation available.
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.