Redis Mset 命令

更新时间: 2019-07-07 15:54

Redis Mset 命令用于同时设置一个或多个 key-value 对。

语法

redis 127.0.0.1:6379> MSET key1 value1 key2 value2 .. keyN valueN 

返回值

总是返回 OK 。

实例

127.0.0.1:6379> mset domain codercto domain1 codercto1
OK
127.0.0.1:6379> get domain
codercto
127.0.0.1:6379> get domain1
codercto1

查看更多 Redis 字符串(String)命令

Discrete Mathematics and Its Applications

Discrete Mathematics and Its Applications

Kenneth H Rosen / McGraw-Hill Science/Engineering/Math / 2003-04-22 / USD 132.81

Discrete Mathematics and its Applications is a focused introduction to the primary themes in a discrete mathematics course, as introduced through extensive applications, expansive discussion, and deta......一起来看看 《Discrete Mathematics and Its Applications》 这本书的介绍吧!

Base64 编码/解码

Base64 编码/解码

Base64 编码/解码

正则表达式在线测试

正则表达式在线测试

正则表达式在线测试

HEX HSV 转换工具

HEX HSV 转换工具

HEX HSV 互换工具