public function ClientInterface::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
2 methods override ClientInterface::getName()
- PhpRedis::getName in src/
Client/ PhpRedis.php - Get underlying library name used.
- Predis::getName in src/
Client/ Predis.php - Get underlying library name used.
File
- src/
ClientInterface.php, line 25
Class
- ClientInterface
- Client proxy, client handling class tied to the bare minimum.
Namespace
Drupal\redisCode
public function getName();