Skip to main content

KV_CLEAR

Removes all keys from the session. If you want to remove keys individually, use KV_RMV.

Response

KV_CLEAR_RSP

ParamTypeMeaning
stunsigned intStatus
cntunsigned intNumber of keys cleared

Possible status values:

  • Ok
  • CommandSyntax
{
"KV_CLEAR":
{
}
}

Response:

Cleared session which contained two keys
{
"KV_CLEAR_RSP": {
"st": 1,
"cnt": 2
}
}