Clue\React\Redis\Client::__call PHP Method

__call() public method

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[]
return React\Promise\PromiseInterface Promise
    public function __call($name, $args);