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. setTyped :: HasType a s => a -> s -> s

    generic-lens Data.Generics.Product.Typed

    Set field at type.

  2. setCondition :: SetOpts -> Maybe Condition

    hedis Database.Redis.Commands

    Set the key on condition

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

    hedis Database.Redis.Commands

    No documentation available.

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

    hedis Database.Redis.Commands

    No documentation available.

  5. setKeepTTL :: SetOpts -> Bool

    hedis Database.Redis.Commands

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

  6. setMilliseconds :: SetOpts -> Maybe Integer

    hedis Database.Redis.Commands

    Set the specified expire time, in milliseconds.

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

    hedis Database.Redis.Commands

    No documentation available.

  8. setSeconds :: SetOpts -> Maybe Integer

    hedis Database.Redis.Commands

    Set the specified expire time, in seconds.

  9. setUnixMilliseconds :: SetOpts -> Maybe Integer

    hedis Database.Redis.Commands

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

  10. setUnixSeconds :: SetOpts -> Maybe Integer

    hedis Database.Redis.Commands

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

Page 57 of many | Previous | Next