Hoogle Search

Within LTS Haskell 24.40 (ghc-9.10.3)

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

  1. ProxyAddressEnumerator :: ManagedPtr ProxyAddressEnumerator -> ProxyAddressEnumerator

    gi-gio GI.Gio.Objects.ProxyAddressEnumerator

    No documentation available.

  2. PMessage :: ByteString -> ByteString -> ByteString -> Message

    hedis Database.Redis

    No documentation available.

  3. type PMessageCallback = RedisChannel -> ByteString -> IO ()

    hedis Database.Redis

    A handler for a message from a psubscribed channel. The callback is passed the channel the message was sent on plus the message content. Similar to MessageCallback, callbacks are executed synchronously and any exceptions are rethrown from pubSubForever.

  4. Pong :: Status

    hedis Database.Redis

    No documentation available.

  5. data PortID

    hedis Database.Redis

    No documentation available.

  6. PortNumber :: PortNumber -> PortID

    hedis Database.Redis

    No documentation available.

  7. data PubSub

    hedis Database.Redis

    Encapsulates subscription changes. Use subscribe, unsubscribe, psubscribe, punsubscribe or mempty to construct a value. Combine values by using the Monoid interface, i.e. mappend and mconcat.

  8. data PubSubController

    hedis Database.Redis

    A controller that stores a set of channels, pattern channels, and callbacks. It allows you to manage Pub/Sub subscriptions and pattern subscriptions and alter them at any time throughout the life of your program. You should typically create the controller at the start of your program and then store it through the life of your program, using addChannels and removeChannels to update the current subscriptions.

  9. PMessage :: ByteString -> ByteString -> ByteString -> Message

    hedis Database.Redis.Sentinel

    No documentation available.

  10. type PMessageCallback = RedisChannel -> ByteString -> IO ()

    hedis Database.Redis.Sentinel

    A handler for a message from a psubscribed channel. The callback is passed the channel the message was sent on plus the message content. Similar to MessageCallback, callbacks are executed synchronously and any exceptions are rethrown from pubSubForever.

Page 328 of many | Previous | Next