2
0
mirror of https://github.com/hibiken/asynq.git synced 2025-08-19 15:08:55 +08:00

Update changelog

This commit is contained in:
Ken Hibino
2021-12-11 06:44:01 -08:00
parent 22e6c9d297
commit 157e97e72e
2 changed files with 2 additions and 1 deletions

View File

@@ -165,7 +165,7 @@ redis.call("HSET", KEYS[2],
"state", "pending",
"timeout", ARGV[4],
"deadline", ARGV[5],
"pending_since", ARGV[6],
"pending_since", ARGV[6],
"unique_key", KEYS[1])
redis.call("LPUSH", KEYS[3], ARGV[1])
return 1