Redis::slaveof

public function slaveof(
  $host = '127.0.0.1',
  $port = 6379,
);

Parameters

  • $host = '127.0.0.1'
  • $port = 6379