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. consumer :: XPendingDetailRecord -> ByteString

    hedis Database.Redis.Sentinel

    No documentation available.

  2. numPendingMessagesByconsumer :: XPendingSummaryResponse -> [(ByteString, Integer)]

    hedis Database.Redis.Sentinel

    No documentation available.

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

    hedis Database.Redis.Sentinel

    No documentation available.

  4. xinfoConsumerIdleTime :: XInfoConsumersResponse -> Integer

    hedis Database.Redis.Sentinel

    No documentation available.

  5. xinfoConsumerName :: XInfoConsumersResponse -> ByteString

    hedis Database.Redis.Sentinel

    No documentation available.

  6. xinfoConsumerNumPendingMessages :: XInfoConsumersResponse -> Integer

    hedis Database.Redis.Sentinel

    No documentation available.

  7. xinfoConsumers :: RedisCtx m f => ByteString -> ByteString -> m (f [XInfoConsumersResponse])

    hedis Database.Redis.Sentinel

    No documentation available.

  8. xinfoGroupsNumConsumers :: XInfoGroupsResponse -> Integer

    hedis Database.Redis.Sentinel

    No documentation available.

  9. xpendingSummary :: RedisCtx m f => ByteString -> ByteString -> Maybe ByteString -> m (f XPendingSummaryResponse)

    hedis Database.Redis.Sentinel

    No documentation available.

  10. asumMap :: forall b m f a . (Foldable f, Alternative m) => (a -> m b) -> f a -> m b

    relude 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
    

Page 111 of many | Previous | Next