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

Email notification in google apps script -

c++ - Difference between pre and post decrement in recursive function argument -

javascript - IE11 incompatibility with jQuery's 'readonly'? -