Predis\ClientContextInterface::__call PHP 메소드

__call() 공개 메소드

Sends the specified command with its arguments to Redis.
public __call ( string $method, array $arguments ) : mixed
$method string Command ID.
$arguments array Arguments for the command.
리턴 mixed
    public function __call($method, $arguments);