码迷,mamicode.com
首页 > 其他好文 > 详细

Redis(2.8.3) 命令学习 - Transactions

时间:2015-09-25 16:15:04      阅读:140      评论: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
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!