Skip to content

Commit

Permalink
🎨 标记JedisLock组件为过期,不建议使用
Browse files Browse the repository at this point in the history
  • Loading branch information
binarywang committed Jul 25, 2021
1 parent 0eb474d commit 59f871a
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,11 @@

/**
* JedisPool 分布式锁
* @deprecated 不建议使用jedis-lock这个过期组件,不可靠
*
* @author <a href="https://github.com/007gzs">007</a>
*/
@Deprecated
public class JedisDistributedLock implements Lock {
private final Pool<Jedis> jedisPool;
private final JedisLock lock;
Expand Down

0 comments on commit 59f871a

Please sign in to comment.