diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2026-01-21 22:52:54 +0100 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2026-01-21 22:52:54 +0100 |
| commit | dcacc00e3750300617ba6e16eb346713f91a783a (patch) | |
| tree | 38e2d4fb5ed9d119711d4295c6eda4b014af73fd /examples/redis-unstable/src/commands/client-setname.json | |
| parent | 58dac10aeb8f5a041c46bddbeaf4c7966a99b998 (diff) | |
| download | crep-dcacc00e3750300617ba6e16eb346713f91a783a.tar.gz | |
Remove testing data
Diffstat (limited to 'examples/redis-unstable/src/commands/client-setname.json')
| -rw-r--r-- | examples/redis-unstable/src/commands/client-setname.json | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/examples/redis-unstable/src/commands/client-setname.json b/examples/redis-unstable/src/commands/client-setname.json deleted file mode 100644 index b071bd1..0000000 --- a/examples/redis-unstable/src/commands/client-setname.json +++ /dev/null | |||
| @@ -1,33 +0,0 @@ | |||
| 1 | { | ||
| 2 | "SETNAME": { | ||
| 3 | "summary": "Sets the connection name.", | ||
| 4 | "complexity": "O(1)", | ||
| 5 | "group": "connection", | ||
| 6 | "since": "2.6.9", | ||
| 7 | "arity": 3, | ||
| 8 | "container": "CLIENT", | ||
| 9 | "function": "clientCommand", | ||
| 10 | "command_flags": [ | ||
| 11 | "NOSCRIPT", | ||
| 12 | "LOADING", | ||
| 13 | "STALE", | ||
| 14 | "SENTINEL" | ||
| 15 | ], | ||
| 16 | "command_tips": [ | ||
| 17 | "REQUEST_POLICY:ALL_NODES", | ||
| 18 | "RESPONSE_POLICY:ALL_SUCCEEDED" | ||
| 19 | ], | ||
| 20 | "acl_categories": [ | ||
| 21 | "CONNECTION" | ||
| 22 | ], | ||
| 23 | "arguments": [ | ||
| 24 | { | ||
| 25 | "name": "connection-name", | ||
| 26 | "type": "string" | ||
| 27 | } | ||
| 28 | ], | ||
| 29 | "reply_schema": { | ||
| 30 | "const": "OK" | ||
| 31 | } | ||
| 32 | } | ||
| 33 | } | ||
