-
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
Jedis#commandInfo throws excpetion when used with commands having subcommands #4020
Labels
Comments
sazzad16
added a commit
that referenced
this issue
Nov 11, 2024
* COMMAND INFO reply contains subcommand detail * Add 'name' in CommandInfo Fixes #4020 ___ * COMMAND INFO reply contains subcommand detail * Add 'name' in CommandInfo * Safeguard test from future ACL subcommands * Ensure reply size * Move null checking into COMMAND_INFO_BUILDER from inside loop and reduce parsing 'name' multiple times
ggivo
added a commit
to ggivo/jedis
that referenced
this issue
Nov 19, 2024
ggivo
added a commit
to ggivo/jedis
that referenced
this issue
Nov 19, 2024
ggivo
added a commit
to ggivo/jedis
that referenced
this issue
Nov 19, 2024
ggivo
added a commit
to ggivo/jedis
that referenced
this issue
Nov 19, 2024
ggivo
added a commit
to ggivo/jedis
that referenced
this issue
Nov 26, 2024
Issue redis#4020 is resolved now
ggivo
added a commit
to ggivo/jedis
that referenced
this issue
Nov 26, 2024
Issue redis#4020 is resolved now
ggivo
added a commit
to ggivo/jedis
that referenced
this issue
Jan 3, 2025
ggivo
added a commit
to ggivo/jedis
that referenced
this issue
Jan 3, 2025
ggivo
added a commit
to ggivo/jedis
that referenced
this issue
Jan 3, 2025
Issue redis#4020 is resolved now
ggivo
added a commit
to ggivo/jedis
that referenced
this issue
Jan 3, 2025
Issue redis#4020 is resolved now
ggivo
added a commit
to ggivo/jedis
that referenced
this issue
Jan 6, 2025
ggivo
added a commit
to ggivo/jedis
that referenced
this issue
Jan 6, 2025
ggivo
added a commit
to ggivo/jedis
that referenced
this issue
Jan 6, 2025
Issue redis#4020 is resolved now
ggivo
added a commit
to ggivo/jedis
that referenced
this issue
Jan 6, 2025
Issue redis#4020 is resolved now
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
jedis.commandInfo("ACL");
Expected behavior
returns successfullt command info for "ACL" command
Actual behavior
Steps to reproduce:
Invoke
jedis.commandInfo("ACL");
Redis / Jedis Configuration
default
Jedis version:
5.2.0
Redis version:
tested with 8.0-M01
reproducible with any Redis server version
Java version:
1.8
The text was updated successfully, but these errors were encountered: