Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement command (no arg) #4026

Merged
merged 2 commits into from
Nov 20, 2024
Merged

Implement command (no arg) #4026

merged 2 commits into from
Nov 20, 2024

Conversation

ggivo
Copy link
Contributor

@ggivo ggivo commented Nov 20, 2024

COMMAND spec

I am adding it for completeness and as an alternative to COMMAND INFO for Redis server prior 7.0.0.

COMMAND (no args) is available with Redis 2.x
COMMAND INFO is available since REDIS version 7.0.0

Relates to: #2922
Support COMMAND commands (#2922)
commit: 3590438

Closes #793

https://redis.io/docs/latest/commands/command/

Adding it for completeness and as alternative to COMMAND INFO for Redis server prior 7.0.0.

COMMAND (no args) is available with Redis 2.x
COMMAND INFO is available since REDIS version 7.0.0

Relates to: redis#2922
Support COMMAND commands (redis#2922)
commit  : 3590438

Closes redis#793
@ggivo ggivo self-assigned this Nov 20, 2024
@ggivo ggivo changed the title Implement command (no arg) Implement command (no arg) #793 Nov 20, 2024
@ggivo ggivo changed the title Implement command (no arg) #793 Implement command (no arg) Nov 20, 2024
@sazzad16 sazzad16 added this to the 5.3.0 milestone Nov 20, 2024
@sazzad16 sazzad16 merged commit eb6cc47 into redis:master Nov 20, 2024
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Is the redis COMMAND implemented?
2 participants