public function PhpRedis::getName in Redis 8
Get underlying library name used.
This can be useful for contribution code that may work with only some of the provided clients.
Return value
string
Overrides ClientInterface::getName
File
- src/
Client/ PhpRedis.php, line 54
Class
- PhpRedis
- PhpRedis client specific implementation.
Namespace
Drupal\redis\ClientCode
public function getName() {
return 'PhpRedis';
}