You are here

final public function Redis_AbstractBackend::getPrefix in Redis 7.3

Same name and namespace in other branches
  1. 7.2 lib/Redis/AbstractBackend.php \Redis_AbstractBackend::getPrefix()

Get prefix

Return value

string

Overrides Redis_BackendInterface::getPrefix

File

lib/Redis/AbstractBackend.php, line 60

Class

Redis_AbstractBackend

Code

public final function getPrefix() {
  return $this->prefix;
}