Redis: Transactions Cheat Sheet Post author By administrator Post date July 8, 2020 No Comments on Redis: Transactions Cheat Sheet Table of Contents Discard CommandExec CommandMulti CommandUnwatch CommandWatch Command Discard Command redis 127.0.0.1:6379> DISCARD Exec Command redis 127.0.0.1:6379> EXEC Multi Command redis 127.0.0.1:6379> MULTI Unwatch Command redis 127.0.0.1:6379> UNWATCH Watch Command redis 127.0.0.1:6379> WATCH key [key ...] Tags Redis Cheat Sheet ← Redis: Scripting Cheat Sheet → Redis: Publish Subscribe Cheat Sheet Leave a Reply Cancel replyYour email address will not be published. Required fields are marked *Comment * Name * Email * Website Save my name, email, and website in this browser for the next time I comment.