Redis -- sort

1.sort key

    (integer) 6
  > sort c
    1) "1"
    2) "4"
    3) "5"
    4) "7"
    5) "8"
    6) "9"
by 排序
 
原文地址:https://www.cnblogs.com/GotoJava/p/6973101.html