Pu Zhibing
2024-12-13 73b750200f25df08aa64124da49e7461f9de6653
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#redis���ÿ�ʼ
# Redis���ݿ�������Ĭ��Ϊ0��
spring.redis.database=0
# Redis��������ַ
spring.redis.host=1.95.6.206
# Redis���������Ӷ˿�
spring.redis.port=6379
# Redis�������������루Ĭ��Ϊ�գ�
spring.redis.password=Xiwang2024!
#spring.redis.password=123456
#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