We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8e0084 commit e07da56Copy full SHA for e07da56
packages/json/lib/commands/MGET.ts
@@ -2,7 +2,6 @@ import { RedisJSON, transformRedisJsonNullReply } from '.';
2
3
export const FIRST_KEY_INDEX = 1;
4
5
-
6
export const IS_READ_ONLY = true;
7
8
export function transformArguments(keys: Array<string>, path: string): Array<string> {
0 commit comments