You've already forked node-redis
mirror of
https://github.com/redis/node-redis.git
synced 2025-08-07 13:22:56 +03:00
feat(search): Set default dialect to 2 for Redis Search commands (#2895)
- The default dialect `DEFAULT_DIALECT` is now set to '2' - Automatically append DIALECT parameter to search commands when not explicitly specified
This commit is contained in:
1
packages/search/lib/dialect/default.ts
Normal file
1
packages/search/lib/dialect/default.ts
Normal file
@@ -0,0 +1 @@
|
||||
export const DEFAULT_DIALECT = '2';
|
Reference in New Issue
Block a user