Skip to content

Commit eda5266

Browse files
committedSep 14, 2022
update
1 parent e809d14 commit eda5266

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed
 

‎article/java/basic/Redis.md

+6
Original file line numberDiff line numberDiff line change
@@ -250,6 +250,12 @@ zset 的成员是唯一的,但分数(score)却可以重复。
250250
3) "orange"
251251
```
252252

253+
## 常用操作
254+
255+
### 查看 key 类型
256+
257+
> $ type <key_name>
258+
253259
## 参考资料
254260

255261
Redis 官网:https://redis.io

0 commit comments

Comments
 (0)
Failed to load comments.