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

BgSave() public method

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