public function Predis::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/ Predis.php, line 61
Class
- Predis
- Predis client specific implementation.
Namespace
Drupal\redis\ClientCode
public function getName() {
return 'Predis';
}