Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: 支持redis配置 默认使用 caffeine #112

Closed
wants to merge 2 commits into from

Conversation

JackZhan-WEB
Copy link

`
spring:
redis:
database: 1
host: 127.0.0.1
password:
port: 6379
timeout: 3000

project:
base:
enabled:
redis: true #是否需要使用 redis
cache: # 缓存
#项目的缓存方式 redis/caffeine
type: redis
`

@T1anjiu T1anjiu requested a review from xiaozzzi April 15, 2024 11:40
@xiaozzzi
Copy link
Contributor

非常感谢提交PR🤝

不过blossom没有使用redis的场景

如果一定要兼容redis的话,需要对整个项目进行比较大的结构调整,相关功能需要放在单独的模块引入,例如缓存和授权,这样才有利于更好的维护

@xiaozzzi xiaozzzi closed this Jun 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants