You are here

final public function Redis_AbstractBackend::getPrefix in Redis 7.2

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

Get prefix

Return value

string

File

lib/Redis/AbstractBackend.php, line 137

Class

Redis_AbstractBackend

Code

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