You are here

function Redis_Cache_PhpRedis::__construct in Redis 7

File

lib/Redis/Cache/PhpRedis.php, line 12

Class

Redis_Cache_PhpRedis
Predis cache backend.

Code

function __construct($bin) {
  $this->_bin = $bin;
}