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('SREM', () => {
|
||||
});
|
||||
});
|
||||
|
||||
testUtils.testAll('client.sRem', async client => {
|
||||
testUtils.testAll('sRem', async client => {
|
||||
assert.equal(
|
||||
await client.sRem('key', 'member'),
|
||||
0
|
||||
|
Reference in New Issue
Block a user