1
0
mirror of https://github.com/redis/node-redis.git synced 2025-08-13 10:02:24 +03:00
Files
node-redis/lib/commands/client.ts
2021-05-12 19:16:17 -04:00

6 lines
83 B
TypeScript

import COMMON_COMMANDS from './index';
export default {
...COMMON_COMMANDS
};