mirror of
https://github.com/hibiken/asynq.git
synced 2026-04-25 23:15:51 +03:00
[GH-ISSUE #138] [FEATURE_REQUEST] Add support for Redis Cluster mode #2067
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#2067
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 @zhouyang8304 on GitHub (Apr 21, 2020).
Original GitHub issue: https://github.com/hibiken/asynq/issues/138
Originally assigned to: @hibiken on GitHub.
startJob.Enqueue enqueue QTTMemberID:702303,OutKey:user_main-coin_to_sub_702303_1587398400 Error:ERR 'EVALSHA' command keys must in same slot
Dequeue error: ERR Error running script (call to f_119a32ad4f4ac4f23fba1b8be91aacd2948feb88): @user_script:4: @user_script: 4: Lua script attempted to access a non local key in a cluster node
@hibiken commented on GitHub (Apr 21, 2020):
@zhouyang8304 thank you for opening an issue!
Are you trying to use Asynq with Redis cluster?
@zhouyang8304 commented on GitHub (Apr 21, 2020):
yes
im use Asynq on Redis cluster
get error
Error:ERR 'EVALSHA' command keys must in same slot
How to solve the error
@zhouyang8304 commented on GitHub (Apr 21, 2020):
redis version 5.0.5
@hibiken commented on GitHub (Apr 21, 2020):
I see. Asynq currently doesn't support Redis cluster.
It currently supports Single Node Redis or Redis Sentinels.
I need to investigate how to make it work for Redis cluster. Is it an absolute requirement for you to use cluster mode? If so, I can prioritize this bug.
@zhouyang8304 commented on GitHub (Apr 21, 2020):
ok thanks
@hibiken commented on GitHub (Apr 21, 2020):
I'll change this to a feature request. Please let me know if this is a blocker for you :)