-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Support CLUSTER commands #2015
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support CLUSTER commands #2015
Conversation
Codecov Report
@@ Coverage Diff @@
## master #2015 +/- ##
==========================================
+ Coverage 94.58% 94.65% +0.07%
==========================================
Files 372 384 +12
Lines 3451 3499 +48
Branches 420 421 +1
==========================================
+ Hits 3264 3312 +48
Misses 101 101
Partials 86 86
Continue to review full report at Codecov.
|
* Support CLUSTER commands * add some client tests * remove only * delete cluster slaves * delete reset clietn test * SET SLOT * test with client * fix fail * Update CLUSTER_COUNTKEYSINSLOT.spec.ts * move commands to client/commands.ts * clusterNode * remove CLUSTER-SET-CONFIG-EPOCH test with client * clean code Co-authored-by: leibale <[email protected]>
Description
Support CLUSTER [...] commands
closes #1933, closes #1932, closes #1931, closes #1933, closes #1930, closes #1929, closes #1928, closes #1926, closes #1925, closes #1924, closes #1922, closes #1921, closes #1920, closes #1922, closes #1919
Checklist
npm test
pass with this change (including linting)?