public function Redis_Client_PhpRedis::getName in Redis 7
Same name and namespace in other branches
- 7.3 lib/Redis/Client/PhpRedis.php \Redis_Client_PhpRedis::getName()
- 7.2 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 24
Class
- Redis_Client_PhpRedis
- PhpRedis client specific implementation.
Code
public function getName() {
return 'PhpRedis';
}