– Remove job from reliability queue redis.call(“LREM”, KEYS, 0, ARGV) redis.call(“ZREM”, KEYS, ARGV)

– Add job and its retry time (score) to retry sorted set redis.call(“ZADD”, KEYS, ARGV, ARGV)