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.
hmset :: RedisCtx m f => ByteString -> [(ByteString, ByteString)] -> m (f Status)hedis Database.Redis.Sentinel No documentation available.
hset :: RedisCtx m f => ByteString -> ByteString -> ByteString -> m (f Integer)hedis Database.Redis.Sentinel No documentation available.
hsetnx :: RedisCtx m f => ByteString -> ByteString -> ByteString -> m (f Bool)hedis Database.Redis.Sentinel No documentation available.
lset :: RedisCtx m f => ByteString -> Integer -> ByteString -> m (f Status)hedis Database.Redis.Sentinel No documentation available.
mset :: RedisCtx m f => [(ByteString, ByteString)] -> m (f Status)hedis Database.Redis.Sentinel No documentation available.
msetnx :: RedisCtx m f => [(ByteString, ByteString)] -> m (f Bool)hedis Database.Redis.Sentinel No documentation available.
psetex :: RedisCtx m f => ByteString -> Integer -> ByteString -> m (f Status)hedis Database.Redis.Sentinel No documentation available.
slowlogReset :: RedisCtx m f => m (f Status)hedis Database.Redis.Sentinel No documentation available.
xgroupSetId :: RedisCtx m f => ByteString -> ByteString -> ByteString -> m (f Status)hedis Database.Redis.Sentinel No documentation available.
-
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.