1
0
mirror of https://github.com/Snailclimb/JavaGuide synced 2025-06-16 18:10:13 +08:00

Merge pull request #2674 from uenglish/main

docs(database-redis): 命令风格统一为大写
This commit is contained in:
Guide 2025-05-15 15:09:58 +08:00 committed by GitHub
commit 94bcd161cc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -182,7 +182,7 @@ Redis 中的 List 其实就是链表数据结构的实现。我在 [线性数据
"value3" "value3"
``` ```
我专门画了一个图方便大家理解 `RPUSH` , `LPOP` , `lpush` , `RPOP` 命令: 我专门画了一个图方便大家理解 `RPUSH` , `LPOP` , `LPUSH` , `RPOP` 命令:
![](https://oss.javaguide.cn/github/javaguide/database/redis/redis-list.png) ![](https://oss.javaguide.cn/github/javaguide/database/redis/redis-list.png)