Redis::__call

Dispatches all commands in the Redis::$map list

public function __call(
  $fname,
  $args,
);

All other commands are handled by explicit implementations

Parameters

  • $fname
  • $args