redis中,如何查看某个key的类型?
命令:
type <key>
示例:
127.0.0.1:34999> type ucf_mlruntime#gIdVerSet hash # hash类型 127.0.0.1:34999> 127.0.0.1:34999> type testkey string # 字符串类型 127.0.0.1:34999>
命令:
type <key>
示例:
127.0.0.1:34999> type ucf_mlruntime#gIdVerSet hash # hash类型 127.0.0.1:34999> 127.0.0.1:34999> type testkey string # 字符串类型 127.0.0.1:34999>