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