You are here

public function Redis_Client_PhpRedis::getName in Redis 7.2

Same name and namespace in other branches
  1. 7.3 lib/Redis/Client/PhpRedis.php \Redis_Client_PhpRedis::getName()
  2. 7 lib/Redis/Client/PhpRedis.php \Redis_Client_PhpRedis::getName()

Get underlaying library name used.

This can be useful for contribution code that may work with only some of the provided clients.

Return value

string

Overrides Redis_Client_Interface::getName

File

lib/Redis/Client/PhpRedis.php, line 33

Class

Redis_Client_PhpRedis
PhpRedis client specific implementation.

Code

public function getName() {
  return 'PhpRedis';
}