redis锁时间问题

This commit is contained in:
OPGame
2019-08-09 16:47:41 +08:00
parent 86954f17d8
commit 580515ac36

View File

@@ -34,7 +34,7 @@ public @interface RedisLock {
String key() default "";
/**
* 过期秒数,默认为5秒
* 过期秒数,默认为5
*
* @return 轮询锁的时间
*/