在我的Redis DB中,我有许多prefix:<numeric_id>哈希值.
prefix:<numeric_id>
有时我想以原子方式清除它们.如何在不使用分布式锁定机制的情况下执行此操作?
redis
redis ×1