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

NPE thrown when invoking Jedis#commandInfo against Redis server 6.2.16 #4017

Open
ggivo opened this issue Nov 11, 2024 · 0 comments · May be fixed by #4015
Open

NPE thrown when invoking Jedis#commandInfo against Redis server 6.2.16 #4017

ggivo opened this issue Nov 11, 2024 · 0 comments · May be fixed by #4015
Assignees
Labels

Comments

@ggivo
Copy link
Contributor

ggivo commented Nov 11, 2024

Expected behavior

NPE is not thrown

Actual behavior

Write here what happens instead ...

Steps to reproduce:

try ( Jedis jedis = new Jedis ("localhost", 6379) { 
   Map<String, CommandInfo> infos = jedis.commandInfo("GET", "foo", "SET");
}

or run ControlCommandsTest#commandInfo test

Redis / Jedis Configuration

default

Jedis version:

5.2.0

Redis version:

6.2.16 (or Redis server 7.0.0< )

Java version:

1.8

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants