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.
consumer :: XPendingDetailRecord -> ByteStringhedis Database.Redis.Sentinel No documentation available.
numPendingMessagesByconsumer :: XPendingSummaryResponse -> [(ByteString, Integer)]hedis Database.Redis.Sentinel No documentation available.
xgroupDelConsumer :: RedisCtx m f => ByteString -> ByteString -> ByteString -> m (f Integer)hedis Database.Redis.Sentinel No documentation available.
xinfoConsumerIdleTime :: XInfoConsumersResponse -> Integerhedis Database.Redis.Sentinel No documentation available.
xinfoConsumerName :: XInfoConsumersResponse -> ByteStringhedis Database.Redis.Sentinel No documentation available.
xinfoConsumerNumPendingMessages :: XInfoConsumersResponse -> Integerhedis Database.Redis.Sentinel No documentation available.
xinfoConsumers :: RedisCtx m f => ByteString -> ByteString -> m (f [XInfoConsumersResponse])hedis Database.Redis.Sentinel No documentation available.
xinfoGroupsNumConsumers :: XInfoGroupsResponse -> Integerhedis Database.Redis.Sentinel No documentation available.
-
hedis Database.Redis.Sentinel No documentation available.
asumMap :: forall b m f a . (Foldable f, Alternative m) => (a -> m b) -> f a -> m brelude Relude.Foldable.Fold Alternative version of asum that takes a function to map over.
>>> asumMap (\x -> if x > 2 then Just x else Nothing) [1..4] Just 3