| Package | Description |
|---|---|
| redis.clients.jedis |
| Modifier and Type | Method and Description |
|---|---|
ClusterPipeline |
JedisCluster.pipelined()
Deprecated.
Creates a new pipeline for executing commands in a Redis Cluster.
|
ClusterPipeline |
RedisClusterClient.pipelined()
Creates a new pipeline for executing commands in a Redis Cluster.
|
ClusterPipeline |
JedisCluster.pipelined(java.util.concurrent.ExecutorService executorService)
Deprecated.
Creates a new pipeline for executing commands in a Redis Cluster using the provided executor.
|
ClusterPipeline |
RedisClusterClient.pipelined(java.util.concurrent.ExecutorService executorService)
Creates a new pipeline for executing commands in a Redis Cluster using the provided executor.
|
Copyright © 2026. All rights reserved.