Error 111 connecting to 127.0.0.1:13000. Connection refused

Hello, im new to frappe
im follow frappe official setup guide.

i get error
Error 111 connecting to 127.0.0.1:13000. Connection refused
feel like frappe bench cannot connect to redis.

im sure my redis running
but on port 6379

frappe redis use port 13000 and 11000

how to fix it ? do i need to change frappe config to use port 6379
or i run redis server on port 13000 and 11000 ?

Solved

im edit /site/{mysite}/site_config.json
and add this line

"redis_cache": "redis://127.0.0.1:6379",
"redis_queue": "redis://127.0.0.1:6379",
"redis_socketio": "redis://127.0.0.1:6379"
1 Like