You are here

function Redis_Cache_Predis::__construct in Redis 7

File

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

Class

Redis_Cache_Predis
Predis cache backend.

Code

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