-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
Is the redis COMMAND implemented? #793
Comments
Yes, it's not implemented yet. It's not a missed spot, just having deep thought about it. We're considering that Jedis could return new data structure (class) to return type if command's reaponse is sth. complex. |
This issue is marked stale. It will be closed in 30 days if it is not updated. |
It looks like support for COMMAND commands has already been added with : We are missing only COMMAND (no args) |
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
Resolved with #2922 |
* Implement command (no arg) 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: #2922 Support COMMAND commands (#2922) commit : 3590438 Closes #793 * Update ControlCommandsTest.java --------- Co-authored-by: M Sazzadul Hoque <7600764+sazzad16@users.noreply.github.com>
I can't find it.
The text was updated successfully, but these errors were encountered: