redis4cats-streams
redis4cats-streams
dev.profunktor.redis4cats.pubsub
PubSub
PubSubCommands
PubSubStats
PublishCommands
SubscribeCommands
data
RedisPubSubCommands
LivePubSubCommands
Subscription
Subscription
dev.profunktor.redis4cats.pubsub.internals
PubSubInternals
dev.profunktor.redis4cats.streams
RawStreaming
RedisStream
RedisStream
Streaming
data
XAddMessage
XReadMessage
MessageId
StreamingOffset
StreamingOffset
All
Latest
Custom
redis4cats-streams
/
dev.profunktor.redis4cats.streams
/
Streaming
Streaming
trait
Streaming
[F[_], K, V]
Graph
Supertypes
Known subtypes
class
Object
trait
Matchable
class
Any
class
RedisStream
[
F
,
K
,
V
]
Value members
Value members
Abstract methods
def
append
:
F
[
XAddMessage
[
K
,
V
]] =>
F
[
MessageId
]
def
read
(keys:
Set
[
K
], initialOffset:
K
=>
StreamingOffset
[
K
], block:
Option
[
Duration
], count:
Option
[
Long
]):
F
[
XReadMessage
[
K
,
V
]]