You've already forked node-redis
mirror of
https://github.com/redis/node-redis.git
synced 2025-08-06 02:15:48 +03:00
- The default dialect `DEFAULT_DIALECT` is now set to '2' - Automatically append DIALECT parameter to search commands when not explicitly specified
2 lines
36 B
TypeScript
2 lines
36 B
TypeScript
export const DEFAULT_DIALECT = '2';
|