Hoogle Search

Within LTS Haskell 24.35 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. getset :: RedisCtx m f => ByteString -> ByteString -> m (f (Maybe ByteString))

    hedis Database.Redis.Sentinel

    No documentation available.

  2. hmset :: RedisCtx m f => ByteString -> [(ByteString, ByteString)] -> m (f Status)

    hedis Database.Redis.Sentinel

    No documentation available.

  3. hset :: RedisCtx m f => ByteString -> ByteString -> ByteString -> m (f Integer)

    hedis Database.Redis.Sentinel

    No documentation available.

  4. hsetnx :: RedisCtx m f => ByteString -> ByteString -> ByteString -> m (f Bool)

    hedis Database.Redis.Sentinel

    No documentation available.

  5. lset :: RedisCtx m f => ByteString -> Integer -> ByteString -> m (f Status)

    hedis Database.Redis.Sentinel

    No documentation available.

  6. mset :: RedisCtx m f => [(ByteString, ByteString)] -> m (f Status)

    hedis Database.Redis.Sentinel

    No documentation available.

  7. msetnx :: RedisCtx m f => [(ByteString, ByteString)] -> m (f Bool)

    hedis Database.Redis.Sentinel

    No documentation available.

  8. psetex :: RedisCtx m f => ByteString -> Integer -> ByteString -> m (f Status)

    hedis Database.Redis.Sentinel

    No documentation available.

  9. slowlogReset :: RedisCtx m f => m (f Status)

    hedis Database.Redis.Sentinel

    No documentation available.

  10. xgroupSetId :: RedisCtx m f => ByteString -> ByteString -> ByteString -> m (f Status)

    hedis Database.Redis.Sentinel

    No documentation available.

Page 103 of many | Previous | Next