You've already forked node-redis
mirror of
https://github.com/redis/node-redis.git
synced 2025-08-16 08:41:57 +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;
|