You are here

public function Redis_Cache::isSharded in Redis 7.3

Is this bin in shard mode

Return value

boolean

File

lib/Redis/Cache.php, line 123

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 isSharded() {
  return $this->isSharded;
}