JSON.SET
The JSON.SET command allows clients to store structured JSON objects under a specific key in a …
JSON.GET
The JSON.GET command retrieves JSON data stored at a specified key. You can optionally query nested …
JSON.ADD
The JSON.ADD command allows users to insert or append a key-value pair into an existing JSON object …
JSON.MERGE
The JSON.MERGE command allows users to merge a new JSON object into an existing JSON object stored …
JSON.REMOVE
The JSON.REMOVE command allows users to delete a specific field or the entire JSON object associated …
JSON.SETREF
The JSON.SETREF command stores a JSON object at a specified key in the database and simultaneously …