[GH-ISSUE #191] UNKNOWN: UNKNOWN: redis eval error: ERR Error running script #396

Closed
opened 2026-03-07 22:15:03 +03:00 by kerem · 5 comments
Owner

Originally created by @hieunguyen1809 on GitHub (Oct 26, 2021).
Original GitHub issue: https://github.com/hibiken/asynqmon/issues/191

Hi guys, I'm using as an library. It's run fine in my lap but fail on remote. Can I know what is the root cause of this? Thank you so much.

Stacktrade:
UNKNOWN: UNKNOWN: redis eval error: ERR Error running script (call to f_d2725d6f7a40c52b2534b2526b30a74d28fe023e): @user_script:21: user_script:21: attempt to perform arithmetic on local 'm' (a string value)

Originally created by @hieunguyen1809 on GitHub (Oct 26, 2021). Original GitHub issue: https://github.com/hibiken/asynqmon/issues/191 Hi guys, I'm using as an library. It's run fine in my lap but fail on remote. Can I know what is the root cause of this? Thank you so much. - I'm using go-chi framework - Redis docker img is eqalpha/keydb - When no queues available, everything fine. But if has queue then this api is 500 `api/queues`. [https://photos.app.goo.gl/9rd7HX8DB9i4c8Le9](url) **Stacktrade:** `UNKNOWN: UNKNOWN: redis eval error: ERR Error running script (call to f_d2725d6f7a40c52b2534b2526b30a74d28fe023e): @user_script:21: user_script:21: attempt to perform arithmetic on local 'm' (a string value) `
kerem closed this issue 2026-03-07 22:15:04 +03:00
Author
Owner

@hibiken commented on GitHub (Oct 26, 2021):

@hieunguyen1809 Thank you for opening an issue!

Would you mind checking the version of redis? Asynq curretly requires redis v4 or above.

<!-- gh-comment-id:951899198 --> @hibiken commented on GitHub (Oct 26, 2021): @hieunguyen1809 Thank you for opening an issue! Would you mind checking the version of redis? Asynq curretly requires redis v4 or above.
Author
Owner

@hieunguyen1809 commented on GitHub (Oct 26, 2021):

@hibiken I checked and found that the using version of redis is 5.3.3

<!-- gh-comment-id:952001378 --> @hieunguyen1809 commented on GitHub (Oct 26, 2021): @hibiken I checked and found that the using version of redis is 5.3.3
Author
Owner

@hibiken commented on GitHub (Oct 26, 2021):

I see. Would you mind checking the version of asynq package and asynqmon? This could be just a version incompatibility issue

<!-- gh-comment-id:952147801 --> @hibiken commented on GitHub (Oct 26, 2021): I see. Would you mind checking the version of `asynq` package and `asynqmon`? This could be just a version incompatibility issue
Author
Owner

@hieunguyen1809 commented on GitHub (Oct 27, 2021):

I think this the problem come from the redis docker (eqalpha/keydb). Because I tested yesterday with bitnami/redis and it ran fine. Btw, I'm using asynq v0.18.6 and asynqmon v0.3.2.

<!-- gh-comment-id:952483689 --> @hieunguyen1809 commented on GitHub (Oct 27, 2021): I think this the problem come from the redis docker (eqalpha/keydb). Because I tested yesterday with bitnami/redis and it ran fine. Btw, I'm using asynq v0.18.6 and asynqmon v0.3.2.
Author
Owner

@hieunguyen1809 commented on GitHub (Oct 28, 2021):

I just upgrade redis version to 6.0.16 and the issue is gone. Thank guys.

<!-- gh-comment-id:953494047 --> @hieunguyen1809 commented on GitHub (Oct 28, 2021): I just upgrade redis version to 6.0.16 and the issue is gone. Thank guys.
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/asynqmon#396
No description provided.