Skip to content

Commit

Permalink
change objkeys desc
Browse files Browse the repository at this point in the history
  • Loading branch information
iamskp11 committed Sep 19, 2024
1 parent 1d6b138 commit d4cb2d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/eval/commands.go
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ var (
jsonobjkeysCmdMeta = DiceCmdMeta{
Name: "JSON.OBJKEYS",
Info: `JSON.OBJKEYS key [path]
Returns the encoded RESP value of the key, if present
Retrieves the keys of a JSON object stored at path specified.
Null reply: If the key doesn't exist or has expired.
Error reply: If the number of arguments is incorrect or the stored value is not a JSON type.`,
Eval: evalJSONOBJKEYS,
Expand Down

0 comments on commit d4cb2d3

Please sign in to comment.