We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc3be85 commit 179b9e0Copy full SHA for 179b9e0
packages/json/lib/commands/MGET.ts
@@ -2,6 +2,8 @@ import { RedisJSON, transformRedisJsonNullReply } from '.';
2
3
export const FIRST_KEY_INDEX = 1;
4
5
+export const IS_READ_ONLY = true;
6
+
7
export function transformArguments(keys: Array<string>, path: string): Array<string> {
8
return [
9
'JSON.MGET',
0 commit comments