Predis\Command\ScriptCommand::getKeys PHP Метод

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

Returns the elements from the arguments that are identified as keys.
public getKeys ( ) : array
Результат array
    public function getKeys()
    {
        return array_slice($this->getArguments(), 2, $this->getKeysCount());
    }