We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 807cfc0 commit d11ddf5Copy full SHA for d11ddf5
lib/autoPipelining.ts
@@ -146,9 +146,7 @@ export function executeWithAutoPipelining(
146
// ioredis will only flatten one level of the array, in the Command constructor.
147
const prefix = client.options.keyPrefix || "";
148
const slotKey = client.isCluster
149
- ? client.slots[
150
- calculateSlot(`${prefix}${getFirstValueInFlattenedArray(args)}`)
151
- ].join(",")
+ ? calculateSlot(`${prefix}${getFirstValueInFlattenedArray(args)}`)
152
: "main";
153
154
if (!client._autoPipelines.has(slotKey)) {
0 commit comments