-
Notifications
You must be signed in to change notification settings - Fork 152
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
redis: clear and iterator methods support Clusters (#1246)
* feat: add cluster support to clear and iterator methods * perf: use MGET in getMany method * docs(src/index.ts): fix JSDoc of mGetWithClusterSupport method * docs: add code comment * docs: improve code comments * renaming mGetWithClusterSupport to mget since it is private --------- Co-authored-by: Jared Wray <me@jaredwray.com>
- Loading branch information
1 parent
e830335
commit e9a8edf
Showing
5 changed files
with
391 additions
and
98 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
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
Oops, something went wrong.