xuhy
2025-01-09 712f70b2936079a131ecb1e63c6d337171618cad
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#redis���ÿ�ʼ
# Redis���ݿ�������Ĭ��Ϊ0��
spring.redis.database=0
# Redis��������ַ
spring.redis.host=127.0.0.1
# Redis���������Ӷ˿�
spring.redis.port=6379
# Redis�������������루Ĭ��Ϊ�գ�
spring.redis.password=JiXiRedis@2024!
#spring.redis.password=
# ���ӳ������������ʹ�ø�ֵ��ʾû�����ƣ�
spring.redis.jedis.pool.max-active=1024
# ���ӳ���������ȴ�ʱ�䣨ʹ�ø�ֵ��ʾû�����ƣ�
spring.redis.jedis.pool.max-wait=10000
# ���ӳ��е�����������
spring.redis.jedis.pool.max-idle=200
# ���ӳ��е���С��������
spring.redis.jedis.pool.min-idle=0
# ���ӳ�ʱʱ�䣨���룩
spring.redis.timeout=10000
#redis���ý���
spring.redis.block-when-exhausted=true