25 Star 339 Fork 73

dromara / disjob

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
application-disjob-redis.yml 898 Bytes
一键复制 编辑 原始数据 按行查看 历史
ponfee 提交于 2024-02-05 11:23 . optimize code
# redis configuration
spring.redis:
database: 0
connect-timeout: 3000
timeout: 5000
client-type: LETTUCE
lettuce:
pool:
max-active: 32
max-idle: 8
min-idle: 1
max-wait: 5000
shutdown-timeout: 5000
password: 123456 # redis node auth password
#username: node_auth # redis node auth username(redis 6.x ACL)
# redis standalone config
host: localhost # redis standalone host name
port: 6379 # redis standalone port
# redis sentinel config
#sentinel:
# master: REDIS_SENTINEL
# nodes: 112.74.170.75:16379,112.74.170.75:16380
# #password: 123456 # redis sentinel auth password
# #username: sentinel_auth # redis sentinel auth username(redis 6.x ACL)
# 使用redis做注册中心
disjob.registry.redis:
namespace: disjob_registry
session-timeout-ms: 60000
Java
1
https://gitee.com/dromara/disjob.git
git@gitee.com:dromara/disjob.git
dromara
disjob
disjob
master

搜索帮助