[GH-ISSUE #769] [FEATURE REQUEST] Support for dragonfly #378

Closed
opened 2026-03-02 05:20:48 +03:00 by kerem · 1 comment
Owner

Originally created by @sxwebdev on GitHub (Oct 20, 2023).
Original GitHub issue: https://github.com/hibiken/asynq/issues/769

Originally assigned to: @hibiken on GitHub.

Hello. Thank you for the excellent library that helps implement a high-quality task manager.

Recently, Dragonfly released full support for BullMQ.

https://www.dragonflydb.io/blog/running-bullmq-with-dragonfly

Currently, your library only has support for redis. Are you planning to implement dragonfly support?

Now when I try to connect to Dragonfly I get the following error

UNKNOWN: redis eval error: ERR Error running script (call to a8153319360adc71cdc370107f8ab9786f204765): @user_script:7: script tried accessing undeclared key
Originally created by @sxwebdev on GitHub (Oct 20, 2023). Original GitHub issue: https://github.com/hibiken/asynq/issues/769 Originally assigned to: @hibiken on GitHub. Hello. Thank you for the excellent library that helps implement a high-quality task manager. Recently, Dragonfly released full support for BullMQ. [https://www.dragonflydb.io/blog/running-bullmq-with-dragonfly](https://www.dragonflydb.io/blog/running-bullmq-with-dragonfly) Currently, your library only has support for redis. Are you planning to implement dragonfly support? Now when I try to connect to Dragonfly I get the following error ``` UNKNOWN: redis eval error: ERR Error running script (call to a8153319360adc71cdc370107f8ab9786f204765): @user_script:7: script tried accessing undeclared key ```
kerem 2026-03-02 05:20:48 +03:00
Author
Owner

@kamikazechaser commented on GitHub (Oct 21, 2023):

Dragonfly is only a partial drop in replacement for redis. Not all redis features have been implemented. Moreover, go-redis would need to add any special support for Dragonfly if any. Untill then, the scope of this library would be redis.

<!-- gh-comment-id:1773718251 --> @kamikazechaser commented on GitHub (Oct 21, 2023): Dragonfly is only a `partial` drop in replacement for redis. Not all redis features have been implemented. Moreover, `go-redis` would need to add any special support for Dragonfly if any. Untill then, the scope of this library would be redis.
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#378
No description provided.