You are here

constant Redis_Queue_Base::QUEUE_HKEY_SEQ in Redis 7.2

Same name and namespace in other branches
  1. 7.3 lib/Redis/Queue/Base.php \Redis_Queue_Base::QUEUE_HKEY_SEQ

Data HASH sequence key name.

File

lib/Redis/Queue/Base.php, line 48

Class

Redis_Queue_Base
Redis allows implementing reliable queues, here is the spec:

Code

const QUEUE_HKEY_SEQ = 'seq';