UNPKG

node-redisson

Version:

Distributed lock with Redis implementation for Node.js

9 lines (8 loc) 344 B
export type * from './contracts/ICommandExecutor'; export type * from './contracts/IRLock'; export type * from './contracts/IRedissonClient'; export type * from './contracts/IRedissonConfig'; export type * from './locks/RedissonBaseLock'; export type * from './locks/RedissonLock'; export * from './Redisson'; export * from './utils/TimeUnit';