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';
    }