Package | Description |
---|---|
org.springframework.data.redis.connection |
Connection package providing low-level abstractions for interacting with the various Redis 'drivers'/libraries.
|
Modifier and Type | Class and Description |
---|---|
static class |
ReactiveSubscription.PatternMessage<P,C,M>
Value object for a Redis channel message received from a pattern subscription.
|
Modifier and Type | Method and Description |
---|---|
reactor.core.publisher.Flux<Long> |
ReactivePubSubCommands.publish(org.reactivestreams.Publisher<ReactiveSubscription.ChannelMessage<ByteBuffer,ByteBuffer>> messageStream)
Publishes the given messages to the
appropriate channels . |
Copyright © 2011–2022 Pivotal Software, Inc.. All rights reserved.