Redis ZSCORE 命令用于获取有序集合中指定成员的分值。 语法:ZSCORE key member 示例: ZADD myset 1 "one" ZADD myset 2 "two" ZSCORE myset "one"..