Hoogle Search

Within Stackage Nightly 2026-07-01 (ghc-9.12.4)

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

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

    hedis Database.Redis.ManualCommands

    No documentation available.

  2. setKeepTTL :: SetOpts -> Bool

    hedis Database.Redis.ManualCommands

    Retain the time to live associated with the key. Since Redis 6.0

  3. setMilliseconds :: SetOpts -> Maybe Integer

    hedis Database.Redis.ManualCommands

    Set the specified expire time, in milliseconds.

  4. setOpts :: RedisCtx m f => ByteString -> ByteString -> SetOpts -> m (f Status)

    hedis Database.Redis.ManualCommands

    No documentation available.

  5. setSeconds :: SetOpts -> Maybe Integer

    hedis Database.Redis.ManualCommands

    Set the specified expire time, in seconds.

  6. setUnixMilliseconds :: SetOpts -> Maybe Integer

    hedis Database.Redis.ManualCommands

    Set the specified Unix time at which the key will expire, in milliseconds.

  7. setUnixSeconds :: SetOpts -> Maybe Integer

    hedis Database.Redis.ManualCommands

    Set the specified Unix time at which the key will expire, in seconds. Since Redis 6.2

  8. setCondition :: SetOpts -> Maybe Condition

    hedis Database.Redis.Sentinel

    Set the key on condition

  9. setGet :: RedisCtx m f => ByteString -> ByteString -> m (f ByteString)

    hedis Database.Redis.Sentinel

    No documentation available.

  10. setGetOpts :: RedisCtx m f => ByteString -> ByteString -> SetOpts -> m (f ByteString)

    hedis Database.Redis.Sentinel

    No documentation available.

Page 59 of many | Previous | Next