sorting - Resetting Redis sorted set -


i m using redis server sort scores in online game.

the gameplay divided play sequence of 2-3 minutes , after each sequences scores displayed , user rank (zadd, zrevrank)

all ok this, how can reset sorted set after play sequence ? found zrem looks have specify keys. there quick way remove values sorted set ?

couldn't use

del setname 

to delete set?


Comments

Popular posts from this blog

linux - Does gcc have any options to add version info in ELF binary file? -

android - send complex objects as post php java -

charts - What graph/dashboard product is facebook using in Dashboard: PUE & WUE -