Skip to content

Commit 03ebe05

Browse files
authored
Update 03.Redis数据类型和应用.md
fix format error
1 parent b424e92 commit 03ebe05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/05.KV数据库/01.Redis/03.Redis数据类型和应用.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ OK
248248
Redis 的 `SORT` 命令可以对 `LIST``SET``ZSET` 进行排序。
249249

250250
| 命令 | 描述 |
251-
| ------ | --------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------- |
251+
| ------ | --------------------------------------------------------------------------------------- |
252252
| `SORT` | `SORT source-key [BY pattern] [LIMIT offset count] [GET pattern [GET pattern ...]] [ASC | DESC] [ALPHA] [STORE dest-key]`—根据给定选项,对输入 `LIST``SET``ZSET` 进行排序,然后返回或存储排序的结果。 |
253253

254254
示例:

0 commit comments

Comments
 (0)