redis.exceptions.ConnectionError: Error 111 connecting to localhost:13000. Connection refused

Hello Guys,

I am facing below issue while performed bench --site site1_local trigger-scheduler-event hourly command

redis.exceptions.ConnectionError: Error 111 connecting to localhost:13000. Connection refused.

Please help me

Thanks

Hello @Ketan.ERPNext

Is your bench up and running?

Regards,

Ivan

@iRaySpace,

Not Yet.

Thanks for replay

This error will prompt when your bench is not running, and you are running bench commands (not sure which commands but most if not all) that probably requires redis-server.

Already start
sudo service redis-server restart

Run bench start and then on another terminal do the command you have.