ServiceStack.Redis.RedisNativeClient.SlaveOfNoOne C# (CSharp) Method

SlaveOfNoOne() public method

public SlaveOfNoOne ( ) : void
return void
        public void SlaveOfNoOne()
        {
            SendExpectSuccess(Commands.SlaveOf, Commands.No, Commands.One);
        }
RedisNativeClient