We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
zrange: 可以指定返回某个特定维度的值 zadd: 可以修改某个特定维度的值
类似于将zset的score当成一个记录,A#B#C,此时,能够根据score的添加来更新某些特定的score. 比如,ZADD KEY NX 1#2#3 EX 1#2 MEMBER
The text was updated successfully, but these errors were encountered:
No branches or pull requests
zrange:
可以指定返回某个特定维度的值
zadd:
可以修改某个特定维度的值
类似于将zset的score当成一个记录,A#B#C,此时,能够根据score的添加来更新某些特定的score. 比如,ZADD KEY NX 1#2#3 EX 1#2 MEMBER
The text was updated successfully, but these errors were encountered: