I setup Laravel 5.4 app with redis server. I got some ddos attack on my server
and I got my redis server cache unknown info,
like some-email|some-ip
.
here's a screenshot :
I changed the old port and set require password
. And I also changed redis folder permissions. But still I am getting this error.
My server is ubuntu 16 with nginx, node.js, php7 and redis server(phpredis).
How to secure my server from ddos attack?