redis4cats-streams
redis4cats-streams
API
dev.profunktor.redis4cats.pubsub
PubSub
PubSubCommands
PubSubStats
PublishCommands
SubscribeCommands
data
LivePubSubCommands
RedisPubSubCommands
Subscription
Subscription
dev.profunktor.redis4cats.pubsub.internals
PubSubInternals
DispatcherAlreadyShutdown
PubSubState
dev.profunktor.redis4cats.streams
RawStreaming
RedisStream
RedisStream
Streaming
data
MessageId
StreamingOffset
All
Custom
Latest
StreamingOffset
XAddMessage
XReadMessage
redis4cats-streams
/
dev.profunktor.redis4cats.pubsub
/
PubSubCommands
PubSubCommands
dev.profunktor.redis4cats.pubsub.PubSubCommands
trait
PubSubCommands
[
F
[
_
],
K
,
V
]
extends
PublishCommands
[
F
,
K
,
V
]
with
SubscribeCommands
[
F
,
K
,
V
]
Attributes
Graph
Reset zoom
Hide graph
Show graph
Supertypes
trait
SubscribeCommands
[
F
,
K
,
V
]
trait
PublishCommands
[
F
,
K
,
V
]
trait
PubSubStats
[
F
,
K
]
class
Object
trait
Matchable
class
Any
Clear all
Members list
Concise view
Value members
Inherited methods
def
psubscribe
(
channel
:
RedisPattern
[
K
]):
F
[
RedisPatternEvent
[
K
,
V
]]
Attributes
Inherited from:
SubscribeCommands
def
pubSubChannels
:
F
[
List
[
K
]]
Attributes
Inherited from:
PubSubStats
def
pubSubSubscriptions
(
channels
:
List
[
RedisChannel
[
K
]]):
F
[
List
[
Subscription
[
K
]]]
Attributes
Inherited from:
PubSubStats
def
pubSubSubscriptions
(
channel
:
RedisChannel
[
K
]):
F
[
Subscription
[
K
]]
Attributes
Inherited from:
PubSubStats
def
publish
(
channel
:
RedisChannel
[
K
]):
F
[
V
]
=>
F
[
Unit
]
Attributes
Inherited from:
PublishCommands
def
punsubscribe
(
channel
:
RedisPattern
[
K
]):
F
[
Unit
]
Attributes
Inherited from:
SubscribeCommands
def
subscribe
(
channel
:
RedisChannel
[
K
]):
F
[
V
]
Attributes
Inherited from:
SubscribeCommands
def
unsubscribe
(
channel
:
RedisChannel
[
K
]):
F
[
Unit
]
Attributes
Inherited from:
SubscribeCommands