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

6 lines
86 B
TypeScript

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