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.
ProxyAddressEnumerator :: ManagedPtr ProxyAddressEnumerator -> ProxyAddressEnumeratorgi-gio GI.Gio.Objects.ProxyAddressEnumerator No documentation available.
PMessage :: ByteString -> ByteString -> ByteString -> Messagehedis Database.Redis No documentation available.
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.
-
hedis Database.Redis No documentation available.
-
hedis Database.Redis No documentation available.
PortNumber :: PortNumber -> PortIDhedis Database.Redis No documentation available.
-
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.
-
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.
PMessage :: ByteString -> ByteString -> ByteString -> Messagehedis Database.Redis.Sentinel No documentation available.
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.