首页 > 其他 > 详细

Redis(2.8.3) 命令学习 - Transactions

时间:2015-09-25 16:12:35      阅读:169      评论:0      收藏:0      [点我收藏+]

DISCARD

Discard all commands issued after MULTI

More: http://redis.io/commands/discardhttp://www.redis.cn/commands/discard.html

 

EXEC

Execute all commands issued after MULTI

More: http://redis.io/commands/exechttp://www.redis.cn/commands/exec.html

 

MULTI

Mark the start of a transaction block

More: http://redis.io/commands/multihttp://www.redis.cn/commands/multi.html

 

UNWATCH

Forget about all watched keys

More: http://redis.io/commands/unwatchhttp://www.redis.cn/commands/unwatch.html

 

WATCH key [key ...]

Watch the given keys to determine execution of the MULTI/EXEC block

More: http://redis.io/commands/watchhttp://www.redis.cn/commands/watch.html

 

Redis(2.8.3) 命令学习 - Transactions

原文:http://www.cnblogs.com/huey/p/4351064.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!