redis/node-redis

JSON.MGET not a readonly command

marcoreni opened this issue · 0 comments

Description

While JSON.get is a readonly command:

export const IS_READ_ONLY = true;

JSON.mget seems not to be https://github.com/redis/node-redis/blob/6f79b49f731a1aaf57f42e16ea72774f062e57a1/packages/json/lib/commands/MGET.ts

Node.js Version

20.x

Redis Server Version

7.x

Node Redis Version

4.6.15

Platform

macOS

Logs

No response