python - Redis delete item from zset using value -


using python how delete item in redis sorted set using value.

suppose have sorted zset "user:<user_name>" priority stored "user:<user_name>" -> [(value_1, priority_1), (value_2, priority_2)]

now want delete value_2 "user:<user_name>"


Comments

Popular posts from this blog

javascript - three.js lot of meshes optimization -

smartface.io - Proper way to change color scheme for whole application -

Email notification in google apps script -