You've already forked node-redis
mirror of
https://github.com/redis/node-redis.git
synced 2025-08-13 10:02:24 +03:00
remove some commands from cluster, npm update, clean code,
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { strict as assert } from 'assert';
|
||||
import { TestRedisServers, itWithClient, TestRedisClusters, itWithCluster } from '../test-utils';
|
||||
import { TestRedisServers, itWithClient } from '../test-utils';
|
||||
import { transformArguments } from './SCRIPT_DEBUG';
|
||||
|
||||
describe('SCRIPT DEBUG', () => {
|
||||
@@ -16,11 +16,4 @@ describe('SCRIPT DEBUG', () => {
|
||||
'OK'
|
||||
);
|
||||
});
|
||||
|
||||
itWithCluster(TestRedisClusters.OPEN, 'cluster.scriptDebug', async cluster => {
|
||||
assert.equal(
|
||||
await cluster.scriptDebug('NO'),
|
||||
'OK'
|
||||
);
|
||||
});
|
||||
});
|
||||
|
Reference in New Issue
Block a user