You are here

protected property PhpRedis::$client in Redis 8

Same name in this branch
  1. 8 src/Lock/PhpRedis.php \Drupal\redis\Lock\PhpRedis::client
  2. 8 src/Flood/PhpRedis.php \Drupal\redis\Flood\PhpRedis::client
  3. 8 src/Queue/PhpRedis.php \Drupal\redis\Queue\PhpRedis::client
  4. 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\Queue

Code

protected $client;