Skip to content

Implement pipelining support for cluster mode #82

@jeremyprime

Description

@jeremyprime

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.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions