-
Notifications
You must be signed in to change notification settings - Fork 1.2k
LettuceConnection.execute(ZCARD)
fails with unsupported output exception
#2473
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
Comments
LettuceConnection.execute(ZCARD)
fails with unsupported output exception
mp911de
added a commit
that referenced
this issue
Jan 10, 2023
…te(…)`. We now provide a type hint for the ZCARD command. Closes #2473
mp911de
added a commit
that referenced
this issue
Jan 10, 2023
jxblum
pushed a commit
to jxblum/spring-data-redis
that referenced
this issue
Jan 11, 2023
jxblum
pushed a commit
to jxblum/spring-data-redis
that referenced
this issue
Jan 11, 2023
…te(…)`. We now provide a type hint for the ZCARD command. Closes spring-projects#2473
jxblum
pushed a commit
to jxblum/spring-data-redis
that referenced
this issue
Jan 11, 2023
jxblum
pushed a commit
to jxblum/spring-data-redis
that referenced
this issue
Jan 11, 2023
…te(…)`. We now provide a type hint for the ZCARD command. Closes spring-projects#2473 Original pull request: spring-projects#2482
jxblum
pushed a commit
to jxblum/spring-data-redis
that referenced
this issue
Jan 11, 2023
See spring-projects#2473 Original pull request: spring-projects#2482
jxblum
pushed a commit
to jxblum/spring-data-redis
that referenced
this issue
Jan 11, 2023
…te(…)`. We now provide a type hint for the ZCARD command. Closes spring-projects#2473 Original pull request: spring-projects#2482
jxblum
pushed a commit
to jxblum/spring-data-redis
that referenced
this issue
Jan 11, 2023
See spring-projects#2473 Original pull request: spring-projects#2482
@mp911de thanks very much |
jxblum
pushed a commit
to jxblum/spring-data-redis
that referenced
this issue
Jan 12, 2023
…te(…)`. We now provide a type hint for the ZCARD command. Closes spring-projects#2473 Original pull request: spring-projects#2482
jxblum
pushed a commit
to jxblum/spring-data-redis
that referenced
this issue
Jan 12, 2023
See spring-projects#2473 Original pull request: spring-projects#2482
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
when i invoke zcard command by this method, it print an error

i use Lettuce, my default codec is bytearraycodes
because the inteface dosn't defined that method, it define the flowing
commandOutputTypeHint is null

, when i run into that method, i found it auto locate the prototype and adjustment the result resolve, but i can't find the zcard map to the commondoutput class, so it use the default, and resolve the result cause an error
The text was updated successfully, but these errors were encountered: