You've already forked node-redis
mirror of
https://github.com/redis/node-redis.git
synced 2025-08-19 07:02:06 +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_EXISTS';
|
||||
|
||||
describe('SCRIPT EXISTS', () => {
|
||||
@@ -25,11 +25,4 @@ describe('SCRIPT EXISTS', () => {
|
||||
[false]
|
||||
);
|
||||
});
|
||||
|
||||
itWithCluster(TestRedisClusters.OPEN, 'cluster.scriptExists', async cluster => {
|
||||
assert.deepEqual(
|
||||
await cluster.scriptExists('sha1'),
|
||||
[false]
|
||||
);
|
||||
});
|
||||
});
|
||||
|
Reference in New Issue
Block a user