Replies: 1 comment
-
Pipelines are always bound to a single shard because they exist on top of different connections, so it's not possible to reuse the same pipeline for multiple shards (to make this more obvious... imagine the shards on different physical servers). Also, if you're using this in production, I would advise against using |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In case of ClusterClient is it possible to use pipelines and ForEachShard together?
I am having trouble figuring out how.
To give you more context:
we have a pipeline where we call:
keys aaa*
keys bbb*
keys ccc*
So we should be able to call the pipeline ForEachShard in order to get all keys
Beta Was this translation helpful? Give feedback.
All reactions