resubmit icon indicating copy to clipboard operation
resubmit copied to clipboard

应该有并发问题吧?

Open nadirvishun opened this issue 7 months ago • 0 comments

cache.contains(fullKey) cache.set(fullKey, "1", expireMills)这两个操作不是原子的,感觉直接用redisson的tryLock(0,expireMills,TimeUnit.MILLISECONDS)就挺好。

nadirvishun avatar Dec 20 '23 08:12 nadirvishun