You are here

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\Client

Code

public function getName() {
  return 'PhpRedis';
}