Clue\React\Redis\Client::__call PHP 메소드

__call() 공개 메소드

This is a magic method that will be invoked when calling any redis command on this instance.
public __call ( string $name, string[] $args ) : React\Promise\PromiseInterface
$name string
$args string[]
리턴 React\Promise\PromiseInterface Promise
    public function __call($name, $args);