-
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? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # 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. |
# for free
to join this conversation on GitHub.
Already have an account?
# 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: