Redis service is being restarted automatically

HI Team,

My redis-service is being restarted automatically.

I have checked logs of redis and it is being stated like this:

544866:C 19 Nov 2021 03:21:49.562 # oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo
544866:C 19 Nov 2021 03:21:49.562 # Redis version=6.0.6, bits=64, commit=00000000, modified=0, pid=544866, just started
544866:C 19 Nov 2021 03:21:49.562 # Configuration loaded
544868:M 19 Nov 2021 03:21:49.566 # Could not create server TCP listening socket 172.16.00.00:6379: bind: Cannot assign requested address
544868:M 19 Nov 2021 03:21:49.566 # Could not create server TCP listening socket 172.16.00.01:6379: bind: Cannot assign requested address

I have checked few blogs, but could not understand in my case.

Actually , this is my production redis-service cluster.

What could be the reason and how can I prevent this?

Any help would be appreciated