Hoogle Search
Within Stackage Nightly 2026-06-22 (ghc-9.12.4)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
setCondition :: SetOpts -> Maybe Conditionhedis Database.Redis.Sentinel No documentation available.
setMilliseconds :: SetOpts -> Maybe Integerhedis Database.Redis.Sentinel No documentation available.
setOpts :: RedisCtx m f => ByteString -> ByteString -> SetOpts -> m (f Status)hedis Database.Redis.Sentinel No documentation available.
setSeconds :: SetOpts -> Maybe Integerhedis Database.Redis.Sentinel No documentation available.
setbit :: RedisCtx m f => ByteString -> Integer -> ByteString -> m (f Integer)hedis Database.Redis.Sentinel No documentation available.
setex :: RedisCtx m f => ByteString -> Integer -> ByteString -> m (f Status)hedis Database.Redis.Sentinel No documentation available.
setnx :: RedisCtx m f => ByteString -> ByteString -> m (f Bool)hedis Database.Redis.Sentinel No documentation available.
setrange :: RedisCtx m f => ByteString -> Integer -> ByteString -> m (f Integer)hedis Database.Redis.Sentinel No documentation available.
setBit :: Bits a => a -> Int -> aghc-internal GHC.Internal.Data.Bits x `setBit` i is the same as x .|. bit i
setElem :: a -> (Int, Int) -> Matrix a -> Matrix amatrix Data.Matrix Replace the value of a cell in a matrix.