You've already forked node-redis
mirror of
https://github.com/redis/node-redis.git
synced 2025-09-04 10:02:09 +03:00
7 lines
188 B
TypeScript
7 lines
188 B
TypeScript
import RedisClient from './lib/client.js';
|
|
import RedisCluster from './lib/cluster.js';
|
|
|
|
export const createClient = RedisClient.create;
|
|
|
|
export const createCluster = RedisCluster.create;
|