- buildTask
SerializableTask buildTask()
Undocumented in source. Be warned that the author may not have intended to support it.
- channel
string channel()
Undocumented in source. Be warned that the author may not have intended to support it.
- channel
void channel(string value)
Undocumented in source. Be warned that the author may not have intended to support it.
- isEmpty
bool isEmpty()
Undocumented in source. Be warned that the author may not have intended to support it.
- pop
Task pop()
Undocumented in source. Be warned that the author may not have intended to support it.
- push
void push(Task task)
Undocumented in source. Be warned that the author may not have intended to support it.
- taskBuilder
void taskBuilder(RedisTaskBuilder value)
Undocumented in source. Be warned that the author may not have intended to support it.
https://blog.rapid7.com/2016/05/04/queuing-tasks-with-redis/
https://danielkokott.wordpress.com/2015/02/14/redis-reliable-queue-pattern/
https://blog.csdn.net/qq_34212276/article/details/78455004