-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Are ZDIFF and ZDIFFSTORE supported? #1575
Comments
We're currently working on adding the missing features from Redis 6 to the module, but It'll take some time. client.sendCommand('ZDIFF', ['a', 'b', 'c'], (err, result) => {
// ...
}); |
Thank you! |
leibale
added a commit
that referenced
this issue
Mar 8, 2021
leibale
added a commit
that referenced
this issue
Mar 8, 2021
* upgrade workflow actions * fix setup-node version * change redis-64 version to 3.0.503 * fix "no password is set" for redis6, fix tests to work with redis6, add redis6 to workflows * do not use assert.match (was added only at v13.6.0 & v12.16.0) * fix errors.subscribeUnsubscribeOnly regex * fix invaliodPassword typo * send --save "" to redis-server in tests * upgrade dependencies, set node minimum version to 10, use current LTS versions in tests and benchmark workflows * change windows tests too * revert mocha back to ^4.1.0 * fix for f552850 - revert mocha back to ^4.1.0 * fix some tests and upgrade mocha * fix two more tests * try to fix tests in windows * upgrade denque and redis-commands ref #1575 * replace `new Buffer` (deprecated) with `Buffer.from` * Buffer.from(0) should be Buffer.alloc(0)
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
Issue
When I try and use
zdiff
I get the errorclient.zdiff is not a function
From the redis documentation page it mentions this command is
Available since 6.2.0
and I'm using6.2.1
Environment
And from
package.lock
:The text was updated successfully, but these errors were encountered: