add list keys to cache (#352)

* add list keys to cache

* add list keys example
This commit is contained in:
Asim Aslam
2022-01-14 17:38:47 +00:00
committed by GitHub
parent f96ace75c2
commit 6a7d7db044
6 changed files with 250 additions and 50 deletions

9
cache/examples.json vendored
View File

@@ -62,5 +62,14 @@
"key": "counter",
"value": 0
}
}],
"listKeys": [{
"title": "List the keys",
"description": "List all the stored keys",
"run_check": true,
"request": {},
"response": {
"keys": ["counter", "foo"]
}
}]
}