1
0
mirror of https://github.com/redis/node-redis.git synced 2025-08-06 02:15:48 +03:00
Files
2024-02-05 11:18:27 -05:00

8 lines
146 B
TypeScript

import { RedisModules } from '../RESP/types';
import sentinel from './commands';
export default {
sentinel
} as const satisfies RedisModules;