[GH-ISSUE #781] support other redis libarary? #1396

Open
opened 2026-03-07 22:09:11 +03:00 by kerem · 1 comment
Owner

Originally created by @shushenghong on GitHub (Nov 9, 2023).
Original GitHub issue: https://github.com/hibiken/asynq/issues/781

Originally assigned to: @hibiken on GitHub.

can support other redis libraries like rueidis other than go-redis, since my project have use rueidis already.

  1. define interface for inner redis client
  2. let the users pass the redis client instance on init
Originally created by @shushenghong on GitHub (Nov 9, 2023). Original GitHub issue: https://github.com/hibiken/asynq/issues/781 Originally assigned to: @hibiken on GitHub. can support other redis libraries like [rueidis](https://github.com/redis/rueidis) other than go-redis, since my project have use rueidis already. 1. define interface for inner redis client 2. let the users pass the redis client instance on init
Author
Owner

@kamikazechaser commented on GitHub (Nov 9, 2023):

There are a lot of parts of asynq that a strictly dependent on go-redis. rueidis is not a drop-in replacement for go-redis afaik.

<!-- gh-comment-id:1803154657 --> @kamikazechaser commented on GitHub (Nov 9, 2023): There are a lot of parts of asynq that a strictly dependent on go-redis. rueidis is not a drop-in replacement for go-redis afaik.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/asynq#1396
No description provided.