mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-11 19:04:35 +00:00
add list keys to cache (#352)
* add list keys to cache * add list keys example
This commit is contained in:
9
cache/examples.json
vendored
9
cache/examples.json
vendored
@@ -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"]
|
||||
}
|
||||
}]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user