We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b424e92 commit 03ebe05Copy full SHA for 03ebe05
docs/05.KV数据库/01.Redis/03.Redis数据类型和应用.md
@@ -248,7 +248,7 @@ OK
248
Redis 的 `SORT` 命令可以对 `LIST`、`SET`、`ZSET` 进行排序。
249
250
| 命令 | 描述 |
251
-| ------ | --------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------- |
+| ------ | --------------------------------------------------------------------------------------- |
252
| `SORT` | `SORT source-key [BY pattern] [LIMIT offset count] [GET pattern [GET pattern ...]] [ASC | DESC] [ALPHA] [STORE dest-key]`—根据给定选项,对输入 `LIST`、`SET`、`ZSET` 进行排序,然后返回或存储排序的结果。 |
253
254
示例:
0 commit comments