Skip to content

Commit fdba56c

Browse files
authored
Update README.md
1 parent 8995cf6 commit fdba56c

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<dependency>
1212
<groupId>io.github.wang-xiaowu</groupId>
1313
<artifactId>behappy-redis</artifactId>
14-
<version>3.0.0</version>
14+
<version>3.0.3</version>
1515
</dependency>
1616
```
1717

@@ -75,12 +75,10 @@ behappy:
7575
# 缓存cache 前缀
7676
prefix: BEHAPPY
7777
configs:
78+
# cacheName
7879
- key: test
7980
# 过期时间
8081
ttl: 0
81-
# 最长空闲时间
82-
maxIdleTime: 0
83-
maxSize: 0
8482
# 参考org.redisson.spring.starter.RedissonAutoConfiguration
8583
spring:
8684
redis:

0 commit comments

Comments
 (0)