You've already forked node-redis
mirror of
https://github.com/redis/node-redis.git
synced 2025-08-04 15:02:09 +03:00
RedisJSON
This commit is contained in:
@@ -10,7 +10,7 @@ export default {
|
||||
transformArguments(key: RedisArgument, options?: JsonArrLenOptions) {
|
||||
const args = ['JSON.ARRLEN', key];
|
||||
|
||||
if (options?.path) {
|
||||
if (options?.path !== undefined) {
|
||||
args.push(options.path);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user