You are here

protected property Redis_Queue_Base::$name in Redis 7.2

Queue name

Type: string

File

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

Class

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

Code

protected $name;