Pu Zhibing
2025-06-06 e34a5ddfe3406f7dd37c41d166c2aed97a11353f
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=192.168.110.34
# Redis���������Ӷ˿�
spring.redis.port=6379
# Redis�������������루Ĭ��Ϊ�գ�
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