1
0
mirror of https://github.com/redis/node-redis.git synced 2025-08-09 00:22:08 +03:00

fix README

This commit is contained in:
leibale
2021-10-12 11:43:53 -04:00
parent bd67394d02
commit eb11f8386a
2 changed files with 4 additions and 3 deletions

View File

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