forked from redis/ioredis
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix more edge cases in autopipelining
Fixes redis#1392 The issue was that this was passing an array instead of a string to cluster-key-slot when `args[0]` was an array Handle pathological cases such as redis.get([], ['key1', 'key2']) by flattening the entire args array.
- Loading branch information
1 parent
beefcc1
commit 77ba81a
Showing
2 changed files
with
29 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters