public function Redis_Client_FactoryInterface::getName in Redis 7.3
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
3 methods override Redis_Client_FactoryInterface::getName()
- Redis_Client_PhpRedis::getName in lib/
Redis/ Client/ PhpRedis.php - Get underlaying library name used.
- Redis_Client_Predis::getName in lib/
Redis/ Client/ Predis.php - Get underlaying library name used.
- Redis_Tests_Client_MockFactory::getName in lib/
Redis/ Tests/ Client/ MockFactory.php - Get underlaying library name used.
File
- lib/
Redis/ Client/ FactoryInterface.php, line 31
Class
- Redis_Client_FactoryInterface
- Client proxy, client handling class tied to the bare mininum.
Code
public function getName();