Skip to content

Commit

Permalink
Fix JSON
Browse files Browse the repository at this point in the history
  • Loading branch information
mmclure-msft committed Sep 20, 2024
1 parent ec98c82 commit a913ff0
Showing 1 changed file with 29 additions and 29 deletions.
58 changes: 29 additions & 29 deletions libs/server/Resp/RespCommandsInfo.json
Original file line number Diff line number Diff line change
Expand Up @@ -2340,35 +2340,35 @@
}
],
"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": "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 a913ff0

Please sign in to comment.