Predis\ClientInterface::__call PHP 메소드

__call() 공개 메소드

Creates a Redis command with the specified arguments and sends a request to the server.
public __call ( string $method, array $arguments ) : mixed
$method string Command ID.
$arguments array Arguments for the command.
리턴 mixed
    public function __call($method, $arguments);