Skip to content

Commit

Permalink
修复 sort 命令示例代码中的错误,感谢 helloqidi 的提醒:
Browse files Browse the repository at this point in the history
  • Loading branch information
huangzworks committed Oct 12, 2012
1 parent 64686f0 commit b0c6b56
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions key/sort.rst
Original file line number Diff line number Diff line change
Expand Up @@ -347,8 +347,8 @@ SORT
# 用 serial 中值的大小为根据,对 user_id 进行排序

redis> SORT user_id BY *->serial
1) "222"
2) "59230"
1) "59230"
2) "222"
3) "2"
4) "1"

Expand Down

0 comments on commit b0c6b56

Please sign in to comment.