Redis Discard 命令
Redis 教程
· 2019-03-08 09:11:23
Redis Discard 命令用于取消事务,放弃执行事务块内的所有命令。
语法
redis Discard 命令基本语法如下:
redis 127.0.0.1:6379> DISCARD
可用版本
>= 2.0.0
返回值
总是返回 OK 。
实例
redis 127.0.0.1:6379> MULTI OK redis 127.0.0.1:6379> PING QUEUED redis 127.0.0.1:6379> SET greeting "hello" QUEUED redis 127.0.0.1:6379> DISCARD OK
点击查看所有 Redis 教程 文章: https://www.codercto.com/courses/l/33.html
Writing Apache Modules with Perl and C
Lincoln Stein、Doug MacEachern / O'Reilly Media, Inc. / 1999-03 / USD 39.95
Apache is the most popular Web server on the Internet because it is free, reliable, and extensible. The availability of the source code and the modular design of Apache makes it possible to extend Web......一起来看看 《Writing Apache Modules with Perl and C》 这本书的介绍吧!
html转js在线工具
html转js在线工具
UNIX 时间戳转换
UNIX 时间戳转换