标签: python redis
使用Python如何使用其值删除Redis有序集中的项目。
Redis
假设我有一个排序的zset "user:<user_name>",其优先级存储如下 "user:<user_name>" -> [(value_1, priority_1), (value_2, priority_2)]
"user:<user_name>"
"user:<user_name>" -> [(value_1, priority_1), (value_2, priority_2)]
现在我要删除"user:<user_name>"