You've already forked node-redis
mirror of
https://github.com/redis/node-redis.git
synced 2025-08-04 15:02:09 +03:00
* fix: json.mget should be readonly (#2807) * lint
This commit is contained in:
@ -2,6 +2,8 @@ import { RedisJSON, transformRedisJsonNullReply } from '.';
|
||||
|
||||
export const FIRST_KEY_INDEX = 1;
|
||||
|
||||
export const IS_READ_ONLY = true;
|
||||
|
||||
export function transformArguments(keys: Array<string>, path: string): Array<string> {
|
||||
return [
|
||||
'JSON.MGET',
|
||||
|
Reference in New Issue
Block a user