mirror of
https://github.com/hibiken/asynq.git
synced 2026-04-26 07:25:56 +03:00
[GH-ISSUE #654] [BUG] redis eval error: ERR user_script:5 #324
Labels
No labels
CLI
bug
designing
documentation
duplicate
enhancement
good first issue
good first issue
help wanted
idea
invalid
investigate
needs-more-info
performance
pr-welcome
pull-request
question
wontfix
work in progress
work in progress
work-around-available
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/asynq#324
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @wenlng on GitHub (May 5, 2023).
Original GitHub issue: https://github.com/hibiken/asynq/issues/654
Originally assigned to: @hibiken on GitHub.
I got this error asynq: UNKNOWN: redis eval error: ERR Error running script (call to f_8ce6b38a99b73194585c251eb3c2a89559f37a87): @user_script:5: @user_script: 5: Wrong number of args calling Redis command From Lua script
@dong568789 commented on GitHub (Sep 1, 2023):
I ran the demo on the homepage on go1.20 under Windows 10 and reported the same error
2023/09/01 11:55:02 could not enqueue task: UNKNOWN: redis eval error: ERR Error running script (call to f_6b2833bade2cce3e7bae2440c9187cd23e3ae042): @user_script:5: @user_script: 5: Wrong number of args calling Redis command From L
ua script
@emilhakobian commented on GitHub (Sep 1, 2023):
What's your redis version?
Try to update to the latest version.
@dong568789 commented on GitHub (Sep 2, 2023):
I upgraded Redis to version 6 and it is running normally
@wodouliyoutang commented on GitHub (Oct 25, 2023):
must be >= Redis to version 6