Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 02ac223

Browse files
committed
Merge branch 'master' of github.com:dunwu/db-tutorial
2 parents 3e0e670 + 1f0ea59 commit 02ac223

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)

AltStyle によって変換されたページ (->オリジナル) /