redis-abstraction
Version:
A Redis client pool with abstraction to different Redis libraries.
6 lines (5 loc) • 308 B
TypeScript
export { IRedisClientPool } from './i-redis-client-pool';
export { IORedisClientPool } from './ioredis-client-pool';
export { TIORedisCommonCommands } from './t-ioredis-common-commands';
export { RedisClientPool } from './redis-client-pool';
export { TRedisCommonCommands } from './t-redis-common-commands';