Skip to content

Commit

Permalink
Fix JSON
Browse files Browse the repository at this point in the history
More JSON fix
  • Loading branch information
mmclure-msft committed Sep 20, 2024
1 parent ec98c82 commit dc7972b
Showing 1 changed file with 30 additions and 30 deletions.
60 changes: 30 additions & 30 deletions libs/server/Resp/RespCommandsInfo.json
Original file line number Diff line number Diff line change
Expand Up @@ -2339,36 +2339,36 @@
"Flags": "RW, Access, Update, Delete"
}
],
"SubCommands": null,
{
"Command": "HPTTL",
"Name": "HPTTL",
"IsInternal": false,
"Arity": 2,
"Flags": "Fast, ReadOnly",
"FirstKey": 1,
"LastKey": 1,
"Step": 1,
"AclCategories": "Hash, Fast, Read",
"Tips": null,
"KeySpecifications": [
{
"BeginSearch": {
"TypeDiscriminator": "BeginSearchIndex",
"Index": 1
},
"FindKeys": {
"TypeDiscriminator": "FindKeysRange",
"LastKey": 0,
"KeyStep": 1,
"Limit": 0
},
"Notes": null,
"Flags": "RO"
}
],
"SubCommands": null
}
"SubCommands": null
},
{
"Command": "HPTTL",
"Name": "HPTTL",
"IsInternal": false,
"Arity": 2,
"Flags": "Fast, ReadOnly",
"FirstKey": 1,
"LastKey": 1,
"Step": 1,
"AclCategories": "Hash, Fast, Read",
"Tips": null,
"KeySpecifications": [
{
"BeginSearch": {
"TypeDiscriminator": "BeginSearchIndex",
"Index": 1
},
"FindKeys": {
"TypeDiscriminator": "FindKeysRange",
"LastKey": 0,
"KeyStep": 1,
"Limit": 0
},
"Notes": null,
"Flags": "RO"
}
],
"SubCommands": null
},
{
"Command": "HRANDFIELD",
Expand Down

0 comments on commit dc7972b

Please sign in to comment.