apalis-redis 0.7.4

Redis Storage for apalis: use Redis for background jobs and message queueing
Documentation
1
2
3
4
5
6
7
8
9
10
-- KEYS[1]: the active consumers set

-- ARGV[1]: the current time
-- ARGV[2]: this consumer's inflight set

-- Returns: nil

-- Update the consumer in the active consumer set
redis.call("zadd", KEYS[1], ARGV[1], ARGV[2])
return true