1
0
mirror of https://github.com/redis/node-redis.git synced 2025-12-25 00:40:59 +03:00
This commit is contained in:
leibale
2021-05-12 14:27:02 -04:00
parent 4f85030e42
commit c9707c9d0d
200 changed files with 7049 additions and 14525 deletions

6
index.ts Normal file
View File

@@ -0,0 +1,6 @@
import RedisClient from './lib/client.js';
import RedisCluster from './lib/cluster.js';
export const createClient = RedisClient.create;
export const createCluster = RedisCluster.create;