分类: redis

1 篇文章

Redis实现分布式锁
package ...; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.dao.DataAccessException; import org.springframework.data.redis.connectio…