Redis Dump 命令

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

Redis DUMP 命令用于序列化给定 key ,并返回被序列化的值。

语法

redis 127.0.0.1:6379> DUMP KEY_NAME

返回值

如果 key 不存在,那么返回 nil 。 否则,返回序列化之后的值。

实例

127.0.0.1:6379> get domain
"www.codercto.com"
127.0.0.1:6379> dump domain
"\x00\x10www.codercto.com\b\x00\xd9\xe9X\x1d\xf7\xbe\x9b\xd6"
127.0.0.1:6379> dump domain11
(nil)

查看更多 Redis key 命令

Python Data Structures and Algorithms

Python Data Structures and Algorithms

Benjamin Baka / Packt Publishing / 2017-5-30 / USD 44.99

Key Features A step by step guide, which will provide you with a thorough discussion on the analysis and design of fundamental Python data structures.Get a better understanding of advanced Python c......一起来看看 《Python Data Structures and Algorithms》 这本书的介绍吧!

html转js在线工具

html转js在线工具

html转js在线工具

UNIX 时间戳转换

UNIX 时间戳转换

UNIX 时间戳转换

HEX HSV 转换工具

HEX HSV 转换工具

HEX HSV 互换工具