yii\redis\Connection::getDriverName PHP Метод

getDriverName() публичный Метод

Returns the name of the DB driver for the current [[dsn]].
public getDriverName ( ) : string
Результат string name of the DB driver
    public function getDriverName()
    {
        return 'redis';
    }