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:
commit
94bcd161cc
@ -182,7 +182,7 @@ Redis 中的 List 其实就是链表数据结构的实现。我在 [线性数据
|
||||
"value3"
|
||||
```
|
||||
|
||||
我专门画了一个图方便大家理解 `RPUSH` , `LPOP` , `lpush` , `RPOP` 命令:
|
||||
我专门画了一个图方便大家理解 `RPUSH` , `LPOP` , `LPUSH` , `RPOP` 命令:
|
||||
|
||||

|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user