Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
wang
/
go_supplier_task
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
6fa45fa7
authored
Feb 07, 2021
by
wang
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
更改redis配置
parent
1a40590d
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
21 additions
and
4 deletions
conf/dev/redis.copy
conf/dev/redis.ini
conf/dev/redis.copy
0 → 100644
View file @
6fa45fa7
;redis连接信息
[default_redis_read]
host = 192.168.1.235:6379
password = icDb29mLy2s
max_idle = 50
max_active = 5000
idle_timeout = 20
[default_redis_write]
host = 192.168.1.235:6379
password = icDb29mLy2s
max_idle = 50
max_active = 5000
idle_timeout = 20
;存放redis所有键
[redis_all]
conf/dev/redis.ini
View file @
6fa45fa7
;redis连接信息
[default_redis_read]
host
=
192.168.
1.235
:6379
password
=
icDb29mLy2s
host
=
192.168.
2.129
:6379
password
=
ws123678
max_idle
=
50
max_active
=
5000
idle_timeout
=
20
[default_redis_write]
host
=
192.168.
1.235
:6379
password
=
icDb29mLy2s
host
=
192.168.
2.129
:6379
password
=
ws123678
max_idle
=
50
max_active
=
5000
idle_timeout
=
20
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment