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

Ruedis/script new file #601

Merged
merged 4 commits into from
Aug 11, 2024
Merged

Ruedis/script new file #601

merged 4 commits into from
Aug 11, 2024

Conversation

yhc9311
Copy link
Contributor

@yhc9311 yhc9311 commented Aug 7, 2024

No description provided.

msg := err.Error()
msg = strings.TrimPrefix(msg, "ERR ")
if strings.HasPrefix(msg, "NOSCRIPT") {
return s.Eval(ctx, c, keys, args...)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
return s.Eval(ctx, c, keys, args...)
return s.EvalRO(ctx, c, keys, args...)

@rueian rueian merged commit c8583da into redis:main Aug 11, 2024
19 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants