UNPKG

redikit

Version:

TypeScript version of lightweight Redis utility functions for caching and pub/sub

5 lines 155 B
export * from './cache'; export * from './pubsub'; import client from './connection'; export { client as redisClient }; //# sourceMappingURL=index.d.ts.map