-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Inconsistent Redis Scripting API #3010
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
mp911de
added a commit
that referenced
this issue
Oct 10, 2024
mp911de
added a commit
that referenced
this issue
Oct 10, 2024
Consistently use literal null. See #3010
mp911de
added a commit
that referenced
this issue
Oct 10, 2024
mp911de
added a commit
that referenced
this issue
Oct 10, 2024
Consistently use literal null. See #3010
mp911de
added a commit
that referenced
this issue
Oct 10, 2024
Consistently use literal null. See #3010
Thanks for bringing this to our attention. We've updated documentation for 3.2 and 3.3 development lines. For 3.4, we introduced an overload accepting varargs in the reactive flow allowing a simpler invocation scheme. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The following example does not work:
https://github.com/spring-projects/spring-data-redis/blob/main/src/main/antora/modules/ROOT/pages/redis/scripting.adoc?plain=1#L55
Correct code will be:
The text was updated successfully, but these errors were encountered: