[GH-ISSUE #593] [BUG] markAsCompleteCmd&markAsCompleteUniqueCmd script typo #1304

Closed
opened 2026-03-07 22:08:27 +03:00 by kerem · 1 comment
Owner

Originally created by @canqChen on GitHub (Dec 28, 2022).
Original GitHub issue: https://github.com/hibiken/asynq/issues/593

Originally assigned to: @hibiken on GitHub.

asynq/internal/rdb/rdb.go#381-383,#418-420

if redis.call("ZADD", KEYS[3], ARGV[3], ARGV[1]) ~= 1 then
  redis.redis.error_reply("INTERNAL")   // this line
end
Originally created by @canqChen on GitHub (Dec 28, 2022). Original GitHub issue: https://github.com/hibiken/asynq/issues/593 Originally assigned to: @hibiken on GitHub. asynq/internal/rdb/rdb.go#381-383,#418-420 ```golang if redis.call("ZADD", KEYS[3], ARGV[3], ARGV[1]) ~= 1 then redis.redis.error_reply("INTERNAL") // this line end ```
kerem 2026-03-07 22:08:27 +03:00
  • closed this issue
  • added the
    bug
    label
Author
Owner

@hibiken commented on GitHub (Dec 30, 2022):

@canqChen Thank you for spotting this bug. Would you like to submit a PR to fix this?

<!-- gh-comment-id:1367672792 --> @hibiken commented on GitHub (Dec 30, 2022): @canqChen Thank you for spotting this bug. Would you like to submit a PR to fix this?
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#1304
No description provided.