bco 发表于 2015-7-23 03:22:07

redis zset usage

zset means sorted set
it take with a score as sort standards
when you use zadd() add a new element,you need specificed a score as rank stardand
another tip is when you use redis list type,always use rpush,remember this make your leave away from trouble

http://img.zemanta.com/pixy.gif?x-id=fb63396d-4645-88e1-9dc4-a60044558b9c
页: [1]
查看完整版本: redis zset usage