You've already forked node-redis
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:
@@ -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']
|
||||
|
Reference in New Issue
Block a user