kakserpom / phpdaemon

Asynchronous server-side framework for network applications implemented in PHP using libevent
http://daemon.io/
GNU Lesser General Public License v3.0
1.53k stars 232 forks source link

Not readable / not applicable conf/conf.d/RedisServer.conf #279

Open ikalaushin opened 7 years ago

ikalaushin commented 7 years ago

Hello. My conf/conf.d/RedisServer.conf filled as

Pool:Clients\Redis {
    servers 'tcp://127.0.0.1';
    port 6370;
    max-allowed-packet 25M;
}

Port set with error for checking - PHPD's redis-client should not connect to the redis server.

Result after phpd restart :

All PHPD's redis-client settings assepted as default values instead of values from conf/conf.d/RedisServer.conf

conf/conf.d/RedisServer.conf has 777 mode.

In the same time conf/conf.d/MySqlServer.conf have been readed and asseptedsuccessfuly by PHPD.

Pool:Clients\MySQL {
    server 'tcp://user:pass@127.0.0.1/dbname';
    conntimeout 3600; #sec
}

Google Group tread for discussing