slaveof 命令/方法/函数

Changes the slave status

选择从服务器


Parameters

Either host (string) and port (int), or no parameter to stop being a slave.

主机(string)和端口(int),或没有参数不再是一个从服务器。


Return value

BOOL: TRUE in case of success, FALSE in case of failure.


Example

$redis->slaveof('10.0.1.7', 6379);

$redis->slaveof();