Redis中transactions命令详解

DISCARD -
summary: Discard all commands issued after MULTI
since: 2.0.0

EXEC -
summary: Execute all commands issued after MULTI
since: 1.2.0

MULTI -
summary: Mark the start of a transaction block
since: 1.2.0

UNWATCH -
summary: Forget about all watched keys
since: 2.2.0

WATCH key [key …]
summary: Watch the given keys to determine execution of the MULTI/EXEC block
since: 2.2.0

相关推荐

  1. Redistransactions命令详解

    2024-04-27 21:30:03       26 阅读
  2. redisscan命令详解

    2024-04-27 21:30:03       51 阅读
  3. Redisconnection命令详解

    2024-04-27 21:30:03       33 阅读
  4. Rediscluster命令详解

    2024-04-27 21:30:03       35 阅读
  5. @Transactional 详解

    2024-04-27 21:30:03       35 阅读
  6. Redis 的字符串数据结构详解及字符串命令

    2024-04-27 21:30:03       42 阅读
  7. 【数据库】@Transactional用法详解

    2024-04-27 21:30:03       62 阅读
  8. Redis基础命令详解

    2024-04-27 21:30:03       40 阅读
  9. Redis的基础命令详解

    2024-04-27 21:30:03       38 阅读

最近更新

  1. docker php8.1+nginx base 镜像 dockerfile 配置

    2024-04-27 21:30:03       94 阅读
  2. Could not load dynamic library ‘cudart64_100.dll‘

    2024-04-27 21:30:03       100 阅读
  3. 在Django里面运行非项目文件

    2024-04-27 21:30:03       82 阅读
  4. Python语言-面向对象

    2024-04-27 21:30:03       91 阅读

热门阅读

  1. QT C++ QCustomPlot 简单使用

    2024-04-27 21:30:03       29 阅读
  2. mac上用brew安装node

    2024-04-27 21:30:03       33 阅读
  3. Python|OpenCV-边缘检测算法之Canny算法(15)

    2024-04-27 21:30:03       34 阅读
  4. 组合总数 python

    2024-04-27 21:30:03       28 阅读