Skip to content

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

Open
@ikalaushin

Description

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions