-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Inconsistent Redis Scripting API #3010
Comments
spring-projects-issues
added
the
status: waiting-for-triage
An issue we've not yet triaged
label
Oct 3, 2024
mp911de
added
type: documentation
A documentation update
and removed
status: waiting-for-triage
An issue we've not yet triaged
labels
Oct 8, 2024
mp911de
changed the title
Bug in Scripting example for Spring Data Redis
Inconsistent Redis Scripting API
Oct 10, 2024
mp911de
added
type: enhancement
A general enhancement
and removed
type: documentation
A documentation update
labels
Oct 10, 2024
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: