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

BgRewriteAof() public method

public BgRewriteAof ( ) : void
return void
        public void BgRewriteAof()
        {
            SendExpectSuccess(Commands.BgRewriteAof);
        }
RedisNativeClient