KV_CLEAR
Removes all keys from the session. If you want to remove keys individually, use KV_RMV
.
Response
KV_CLEAR_RSP
Param | Type | Meaning |
---|---|---|
st | unsigned int | Status |
cnt | unsigned int | Number of keys cleared |
Possible status values:
- Ok
- CommandSyntax
{
"KV_CLEAR":
{
}
}
Response:
Cleared session which contained two keys
{
"KV_CLEAR_RSP": {
"st": 1,
"cnt": 2
}
}