You've already forked node-redis
mirror of
https://github.com/redis/node-redis.git
synced 2025-08-07 13:22:56 +03:00
WIP
This commit is contained in:
@@ -19,7 +19,7 @@ describe('BITOP', () => {
|
||||
});
|
||||
});
|
||||
|
||||
testUtils.testAll('client.bitOp', async client => {
|
||||
testUtils.testAll('bitOp', async client => {
|
||||
assert.equal(
|
||||
await client.bitOp('AND', '{tag}destKey', '{tag}key'),
|
||||
0
|
||||
|
Reference in New Issue
Block a user