we run pretty big redis db, it takes some time to load it.

during initial start I see the following client exceptions

PHP Fatal error:  Uncaught RedisException: LOADING Redis is loading the dataset in memory in xxx.php:8

if there's a way not to bind listening port until database is loaded ?

Comment From: hpatro

Related #4624

This is pretty much by design and from the previous discussion it was intended for clients to handle it on their end. There are also some workaround mention in the above issue. I would recommend you to take a look at that.