You are here

public function Redis_Client_Interface::getName in Redis 7.2

Same name and namespace in other branches
  1. 7 lib/Redis/Client/Interface.php \Redis_Client_Interface::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

2 methods override Redis_Client_Interface::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.

File

lib/Redis/Client/Interface.php, line 23

Class

Redis_Client_Interface
Client proxy, client handling class tied to the bare mininum.

Code

public function getName();