Skip to content

Commit 1713861

Browse files
kiro-agentAryex
authored andcommitted
docs: mark RESET as available for C#
Signed-off-by: kiro-agent <kiro-agent@users.noreply.github.com>
1 parent 6ef4b24 commit 1713861

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/data/available-commands.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@
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" },
9999
{ "command": "QUIT", "valkey-io": "/commands/quit", "python": "not_available", "node": "not_available", "java": "not_available", "go": "not_available", "csharp": "not_available", "php": "not_available", "href": "#deprecated-commands" },
100-
{ "command": "RESET", "valkey-io": "/commands/reset", "python": "available", "node": "available", "java": "available", "go": "available", "csharp": "not_available", "php": "available", "csharp-href": "https://github.com/valkey-io/valkey-glide/issues/6292" },
100+
{ "command": "RESET", "valkey-io": "/commands/reset", "python": "available", "node": "available", "java": "available", "go": "available", "csharp": "available", "php": "available" },
101101
{ "command": "SELECT", "valkey-io": "/commands/select", "python": "available", "node": "available", "java": "available", "go": "available", "csharp": "available", "php": "available" }
102102
]
103103
},

0 commit comments

Comments
 (0)