protected property PhpRedis::$client in Redis 8
Same name in this branch
- 8 src/Lock/PhpRedis.php \Drupal\redis\Lock\PhpRedis::client
- 8 src/Flood/PhpRedis.php \Drupal\redis\Flood\PhpRedis::client
- 8 src/Queue/PhpRedis.php \Drupal\redis\Queue\PhpRedis::client
- 8 src/Cache/PhpRedis.php \Drupal\redis\Cache\PhpRedis::client
The Redis connection.
Type: \Redis $client
File
- src/
Queue/ PhpRedis.php, line 17
Class
- PhpRedis
- Redis queue implementation using PhpRedis extension backend.
Namespace
Drupal\redis\QueueCode
protected $client;