Redis Server Failed To Start Advanced Key-Value Store

Hi @falzo,
Sorry for my late reply.

I finally find the solution for installing Redis (after installing HestiaCP)
After 6 times install & remove redis-server to find the solution, I realize that we only need to change 1 line inside /etc/redis/redis.conf
FROM

bind 127.0.0.1 ::1

TO

bind 127.0.0.1

Then everything will work correctly without any issue (don’t need to change anything more) :smiley:

Thank you so much for your support!
Have a nice day.