Hoogle Search

Within Stackage Nightly 2026-06-30 (ghc-9.12.4)

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

  1. setSeconds :: SetOpts -> Maybe Integer

    hedis Database.Redis.ManualCommands

    Set the specified expire time, in seconds.

  2. setUnixMilliseconds :: SetOpts -> Maybe Integer

    hedis Database.Redis.ManualCommands

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

  3. 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

  4. setCondition :: SetOpts -> Maybe Condition

    hedis Database.Redis.Sentinel

    Set the key on condition

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

    hedis Database.Redis.Sentinel

    No documentation available.

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

    hedis Database.Redis.Sentinel

    No documentation available.

  7. setKeepTTL :: SetOpts -> Bool

    hedis Database.Redis.Sentinel

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

  8. setMilliseconds :: SetOpts -> Maybe Integer

    hedis Database.Redis.Sentinel

    Set the specified expire time, in milliseconds.

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

    hedis Database.Redis.Sentinel

    No documentation available.

  10. setSeconds :: SetOpts -> Maybe Integer

    hedis Database.Redis.Sentinel

    Set the specified expire time, in seconds.

Page 59 of many | Previous | Next