Property | Type | Description | |
---|---|---|---|
$_prefix | string | ||
$_priorities | int[] | ||
$_topicKeys | array[] |
Method | Description | |
---|---|---|
__construct ( string | array $options = [] ) | Redis constructor. | |
delete ( string $topic ) : void | ||
length ( string $topic, integer $priority = null ) : integer | ||
pop ( string $topic, integer $timeout = PHP_INT_MAX ) : string | false | ||
push ( string $topic, string $body, integer $priority = self::PRIORITY_NORMAL ) |
public __construct ( string | array $options = [] ) | ||
$options | string | array |