| Package | Description |
|---|---|
| redis.clients.jedis | |
| redis.clients.jedis.csc |
This package contains the classes and interfaces related to Server-assisted Client-side Caching.
|
| Modifier and Type | Field and Description |
|---|---|
static PushConsumer |
PushConsumerChainImpl.PUBSUB_CONSUMER
PushConsumer that marks pub/sub related events to be propagated to the caller.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<PushConsumer> |
PushConsumerChain.getConsumers()
Return a list of consumers in the chain.
|
java.util.List<PushConsumer> |
PushConsumerChainImpl.getConsumers()
Return an unmodifiable list of consumers in the chain.
|
| Modifier and Type | Method and Description |
|---|---|
PushConsumerChain |
PushConsumerChainImpl.add(PushConsumer consumer)
Add a consumer to the end of the chain.
|
protected void |
Connection.addPushConsumer(PushConsumer consumer) |
static PushConsumerChainImpl |
PushConsumerChainImpl.of(PushConsumer... consumers)
Create a chain with the specified consumers.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PushInvalidateConsumer
PushConsumer that drops RESP3 invalidate push messages after evicting the
referenced Redis keys from the supplied Cache. |
Copyright © 2026. All rights reserved.