open fun rxSlaveof(host: String, port: Int): Single<String>
Make the server a slave of another instance
host - Host to become this server's master
host
port - Port of our new master
port
Return