You are here

public function Redis_Cache::allowPipeline in Redis 7.3

Does this bin allow pipelining through sharded environment

Return value

boolean

File

lib/Redis/Cache.php, line 133

Class

Redis_Cache
Because those objects will be spawned during boostrap all its configuration must be set in the settings.php file.

Code

public function allowPipeline() {
  return $this->allowPipeline;
}