Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
ikalaushin opened this issue Jul 11, 2017 · 0 comments
Open

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

ikalaushin opened this issue Jul 11, 2017 · 0 comments

Comments

@ikalaushin
Copy link

ikalaushin commented Jul 11, 2017

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 :

  • PHPD's redis-client successfuly connect to the redis-server.
  • max-allowed-packet assepted as default value (1M)

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:[email protected]/dbname';
    conntimeout 3600; #sec
}

Google Group tread for discussing

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant