1
0
mirror of https://github.com/redis/node-redis.git synced 2025-09-11 18:50:46 +03:00

add some missing commands

This commit is contained in:
leibale
2021-07-13 19:35:07 -04:00
parent bf44b0bf43
commit 4dca486a9c
43 changed files with 721 additions and 5 deletions

View File

@@ -3,7 +3,7 @@ import { TestRedisServers, itWithClient } from '../test-utils';
import { transformArguments } from './XGROUP_SETID';
describe('XGROUP SETID', () => {
describe('transformArguments', () => {
it('transformArguments', () => {
assert.deepEqual(
transformArguments('key', 'group', '0'),
['XGROUP', 'SETID', 'key', 'group', '0']