This commit is contained in:
anlicheng 2024-01-12 22:43:08 +08:00
parent 8ce5080566
commit f4aa27065a

View File

@ -53,8 +53,8 @@
{redis_pool, {redis_pool,
[{size, 10}, {max_overflow, 20}, {worker_module, eredis}], [{size, 10}, {max_overflow, 20}, {worker_module, eredis}],
[ [
{host, "172.19.0.7"}, {host, "172.30.6.175"},
{port, 6379}, {port, 26379},
{database, 1} {database, 1}
] ]
} }