Summary
Lettuce supports pipelining in cluster mode, but the GLIDE driver does not. ValkeyGlideClusterConnection.openPipeline() currently throws InvalidDataAccessApiUsageException. GLIDE's GlideClusterClient already supports this via ClusterBatch(false), the implementation just needs to be wired up in ClusterGlideClientAdapter, similar to how StandaloneGlideClientAdapter uses Batch.
The docs at docs/src/content/docs/valkey/pipelining.md will also need to be updated.
Summary
Lettuce supports pipelining in cluster mode, but the GLIDE driver does not.
ValkeyGlideClusterConnection.openPipeline()currently throwsInvalidDataAccessApiUsageException. GLIDE'sGlideClusterClientalready supports this viaClusterBatch(false), the implementation just needs to be wired up inClusterGlideClientAdapter, similar to howStandaloneGlideClientAdapterusesBatch.The docs at
docs/src/content/docs/valkey/pipelining.mdwill also need to be updated.