1
0
mirror of https://github.com/redis/node-redis.git synced 2025-08-06 02:15:48 +03:00

fix #1671 - add support for all client configurations in cluster

This commit is contained in:
leibale
2021-10-07 10:20:21 -04:00
parent 833416c4e9
commit cc83cee22c
7 changed files with 41 additions and 44 deletions

View File

@@ -6,5 +6,3 @@ export const createClient = RedisClient.create;
export const commandOptions = RedisClient.commandOptions;
export const createCluster = RedisCluster.create;
export { defineScript } from './lib/lua-script';