• About
  • Snapshots
  • LTS
  • Nightly
  • FAQ
  • Blog

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.

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

    hedis Database.Redis

    No documentation available.

  2. clusterSetSlotImporting :: RedisCtx m f => Integer -> ByteString -> m (f Status)

    hedis Database.Redis

    No documentation available.

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

    hedis Database.Redis

    No documentation available.

  4. clusterSetSlotNode :: RedisCtx m f => Integer -> ByteString -> m (f Status)

    hedis Database.Redis

    No documentation available.

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

    hedis Database.Redis

    No documentation available.

  6. configResetstat :: RedisCtx m f => m (f Status)

    hedis Database.Redis

    No documentation available.

  7. configSet :: RedisCtx m f => ByteString -> ByteString -> m (f Status)

    hedis Database.Redis

    No documentation available.

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

    hedis Database.Redis

    No documentation available.

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

    hedis Database.Redis

    No documentation available.

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

    hedis Database.Redis

    No documentation available.

Page 97 of many | Previous | Next

Stackage is a service provided by the Haskell Foundation │ Originally developed by FP Complete