Redis Command Getkeys 命令

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

Redis Command Getkeys 命令用于获取所有 key。

语法

redis Command Getkeys 命令基本语法如下:

redis 127.0.0.1:6379> COMMAND GETKEYS

可用版本

>= 2.8.13

返回值

key 的列表。

实例

redis 127.0.0.1:6379> COMMAND GETKEYS MSET a b c d e f 
1) "a"
2) "c"
3) "e"

查看更多 Redis 服务器命令

Learn Python the Hard Way

Learn Python the Hard Way

Zed Shaw / Example Product Manufacturer / 2011

This is a very beginner book for people who want to learn to code. If you can already code then the book will probably drive you insane. It's intended for people who have no coding chops to build up t......一起来看看 《Learn Python the Hard Way》 这本书的介绍吧!

URL 编码/解码

URL 编码/解码

URL 编码/解码

XML、JSON 在线转换

XML、JSON 在线转换

在线XML、JSON转换工具

HEX HSV 转换工具

HEX HSV 转换工具

HEX HSV 互换工具