Hoogle Search

Within LTS Haskell 24.34 (ghc-9.10.3)

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

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

    hedis Database.Redis.Sentinel

    No documentation available.

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

    hedis Database.Redis.Sentinel

    No documentation available.

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

    hedis Database.Redis.Sentinel

    No documentation available.

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

    hedis Database.Redis.Sentinel

    No documentation available.

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

    hedis Database.Redis.Sentinel

    No documentation available.

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

    hedis Database.Redis.Sentinel

    No documentation available.

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

    hedis Database.Redis.Sentinel

    No documentation available.

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

    hedis Database.Redis.Sentinel

    No documentation available.

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

    hedis Database.Redis.Sentinel

    No documentation available.

  10. class is ~ RImage rs ss => RecSubset (record :: k -> Type -> [k1] -> Type) (rs :: [k1]) (ss :: [k1]) (is :: [Nat])

    vinyl Data.Vinyl.Lens

    If one field set is a subset another, then a lens of from the latter's record to the former's is evident. That is, we can either cast a larger record to a smaller one, or we may replace the values in a slice of a record.

Page 103 of many | Previous | Next