Skip to content

Commit 98fc74c

Browse files
kiro-agentAryex
authored andcommitted
docs: mark CLIENT PAUSE/UNPAUSE as available for C#
Signed-off-by: kiro-agent <kiro-agent@users.noreply.github.com>
1 parent 9c271bd commit 98fc74c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/data/available-commands.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,14 +85,14 @@
8585
{ "command": "CLIENT LIST", "valkey-io": "/commands/client-list", "python": "not_available", "node": "not_available", "java": "not_available", "go": "not_available", "csharp": "not_available", "php": "not_available", "python-href": "https://github.com/valkey-io/valkey-glide/issues/6292", "node-href": "https://github.com/valkey-io/valkey-glide/issues/6292", "java-href": "https://github.com/valkey-io/valkey-glide/issues/6292", "go-href": "https://github.com/valkey-io/valkey-glide/issues/6292", "csharp-href": "https://github.com/valkey-io/valkey-glide/issues/6292", "php-href": "https://github.com/valkey-io/valkey-glide/issues/6292" },
8686
{ "command": "CLIENT NO-EVICT", "valkey-io": "/commands/client-no-evict", "python": "not_available", "node": "not_available", "java": "not_available", "go": "not_available", "csharp": "not_available", "php": "not_available", "python-href": "https://github.com/valkey-io/valkey-glide/issues/6292", "node-href": "https://github.com/valkey-io/valkey-glide/issues/6292", "java-href": "https://github.com/valkey-io/valkey-glide/issues/6292", "go-href": "https://github.com/valkey-io/valkey-glide/issues/6292", "csharp-href": "https://github.com/valkey-io/valkey-glide/issues/6292", "php-href": "https://github.com/valkey-io/valkey-glide/issues/6292" },
8787
{ "command": "CLIENT NO-TOUCH", "valkey-io": "/commands/client-no-touch", "python": "not_available", "node": "not_available", "java": "not_available", "go": "not_available", "csharp": "not_available", "php": "not_available", "python-href": "https://github.com/valkey-io/valkey-glide/issues/6292", "node-href": "https://github.com/valkey-io/valkey-glide/issues/6292", "java-href": "https://github.com/valkey-io/valkey-glide/issues/6292", "go-href": "https://github.com/valkey-io/valkey-glide/issues/6292", "csharp-href": "https://github.com/valkey-io/valkey-glide/issues/6292", "php-href": "https://github.com/valkey-io/valkey-glide/issues/6292" },
88-
{ "command": "CLIENT PAUSE", "valkey-io": "/commands/client-pause", "python": "available", "node": "available", "java": "available", "go": "available", "csharp": "not_available", "php": "not_available", "csharp-href": "https://github.com/valkey-io/valkey-glide/issues/6292", "php-href": "https://github.com/valkey-io/valkey-glide/issues/6292" },
88+
{ "command": "CLIENT PAUSE", "valkey-io": "/commands/client-pause", "python": "available", "node": "available", "java": "available", "go": "available", "csharp": "available", "php": "not_available", "php-href": "https://github.com/valkey-io/valkey-glide/issues/6292" },
8989
{ "command": "CLIENT REPLY", "valkey-io": "/commands/client-reply", "python": "not_available", "node": "not_available", "java": "not_available", "go": "not_available", "csharp": "not_available", "php": "not_available", "href": "#incompatible-commands" },
9090
{ "command": "CLIENT SETINFO", "valkey-io": "/commands/client-setinfo", "python": "available", "node": "available", "java": "available", "go": "available", "csharp": "available", "php": "available" },
9191
{ "command": "CLIENT SETNAME", "valkey-io": "/commands/client-setname", "python": "not_available", "node": "not_available", "java": "not_available", "go": "available", "csharp": "not_available", "php": "not_available", "python-href": "https://github.com/valkey-io/valkey-glide/issues/6292", "node-href": "https://github.com/valkey-io/valkey-glide/issues/6292", "java-href": "https://github.com/valkey-io/valkey-glide/issues/6292", "csharp-href": "https://github.com/valkey-io/valkey-glide/issues/6292", "php-href": "https://github.com/valkey-io/valkey-glide/issues/6292" },
9292
{ "command": "CLIENT TRACKING", "valkey-io": "/commands/client-tracking", "python": "not_available", "node": "not_available", "java": "available", "go": "not_available", "csharp": "not_available", "php": "not_available", "href": "/concepts/client-features/client-side-caching/#server-assisted-invalidation", "python-href": "https://github.com/valkey-io/valkey-glide/issues/5963", "node-href": "https://github.com/valkey-io/valkey-glide/issues/5964", "go-href": "https://github.com/valkey-io/valkey-glide/issues/5966", "csharp-href": "https://github.com/valkey-io/valkey-glide/issues/6010", "php-href": "https://github.com/valkey-io/valkey-glide/issues/6292" },
9393
{ "command": "CLIENT TRACKINGINFO", "valkey-io": "/commands/client-trackinginfo", "python": "not_available", "node": "not_available", "java": "available", "go": "not_available", "csharp": "not_available", "php": "not_available", "href": "/concepts/client-features/client-side-caching/#diagnosing-tracking-state-with-clienttrackinginfo", "python-href": "https://github.com/valkey-io/valkey-glide/issues/5963", "node-href": "https://github.com/valkey-io/valkey-glide/issues/5964", "go-href": "https://github.com/valkey-io/valkey-glide/issues/5966", "csharp-href": "https://github.com/valkey-io/valkey-glide/issues/6010", "php-href": "https://github.com/valkey-io/valkey-glide/issues/6292" },
9494
{ "command": "CLIENT UNBLOCK", "valkey-io": "/commands/client-unblock", "python": "not_available", "node": "not_available", "java": "not_available", "go": "not_available", "csharp": "not_available", "php": "not_available", "href": "#incompatible-commands" },
95-
{ "command": "CLIENT UNPAUSE", "valkey-io": "/commands/client-unpause", "python": "available", "node": "available", "java": "available", "go": "available", "csharp": "not_available", "php": "not_available", "csharp-href": "https://github.com/valkey-io/valkey-glide/issues/6292", "php-href": "https://github.com/valkey-io/valkey-glide/issues/6292" },
95+
{ "command": "CLIENT UNPAUSE", "valkey-io": "/commands/client-unpause", "python": "available", "node": "available", "java": "available", "go": "available", "csharp": "available", "php": "not_available", "php-href": "https://github.com/valkey-io/valkey-glide/issues/6292" },
9696
{ "command": "ECHO", "valkey-io": "/commands/echo", "python": "available", "node": "available", "java": "available", "go": "available", "csharp": "available", "php": "available" },
9797
{ "command": "HELLO", "valkey-io": "/commands/hello", "python": "available", "node": "available", "java": "available", "go": "available", "csharp": "available", "php": "available" },
9898
{ "command": "PING", "valkey-io": "/commands/ping", "python": "available", "node": "available", "java": "available", "go": "available", "csharp": "available", "php": "available" },

0 commit comments

Comments
 (0)