mirror of
https://github.com/hibiken/asynqmon.git
synced 2026-04-27 01:55:51 +03:00
[GH-ISSUE #85] ERR unknown command 'memory' #23
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/asynqmon#23
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 @victor-wzq on GitHub (Apr 22, 2021).
Original GitHub issue: https://github.com/hibiken/asynqmon/issues/85
api/queues have error ERR unknown command 'memory'
@hibiken commented on GitHub (Apr 22, 2021):
@victor-wzq thank you for opening an issue.
My guess is that you are running Redis server version below 4.0.
Asynq currently requires redis v4.0+
@victor-wzq commented on GitHub (Apr 26, 2021):
thank you for your answer.