mirror of
https://github.com/hibiken/asynq.git
synced 2026-04-25 23:15:51 +03:00
[GH-ISSUE #383] [BUG] Wrong number of args calling Redis command From Lua script on Windows #166
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#166
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 @0xdu on GitHub (Jan 20, 2022).
Original GitHub issue: https://github.com/hibiken/asynq/issues/383
Originally assigned to: @hibiken on GitHub.
Describe the bug
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 Lua script
To Reproduce
run code demo.go on windows
Environment (please complete the following information):
asynqpackage: v0.20.0@hibiken commented on GitHub (Jan 20, 2022):
@lucy9x Thank you for opening an issue!
Could you also check the version of Redis? Currently minimum supported version of redis is v4.x
@0xdu commented on GitHub (Jan 20, 2022):
Hi @hibiken
Thanks for your comment. I realize I'm using redis version 3 :'(