System.Transactions; 事务

做个备份:

                using (TransactionScope Tran = new TransactionScope())
                {

                    
//
                    Tran.Complete();
                }

注意:

             try

           {

            }
            
catch (Exception ex)
            {

            }

要加在Tran.Complete();外,否则不起作用,这个方法比较简单

 

上一篇:阿里云Redis lua命令支持及相关限制说明


下一篇:阿里云Redis慢日志查看