I just configured cacherouter and ran into problems connecting to my memcache server. I tracked the issue down to the fact that memcache is looking for 'servers' in the settings array, not 'server' as the documentation suggests. I have attached a patch for the documentation.
| Comment | File | Size | Author |
|---|---|---|---|
| cacherouter.patch | 1.15 KB | elliotttf |
Comments
Comment #1
andypost#612730: Improper usage of server/servers in documentation and code for memcache is duplicate but it shows another miss - docs does not point that 'servers' key is parented from 'default'
Module page should be changed too.
Comment #2
andypostThanx, http://drupal.org/cvs?commit=321170
Comment #3
andypostAlso changed module's page
http://drupal.org/node/240745/revisions/view/866054/867416
Comment #5
timl commentedmodules page is still inconsistent.
Do we use the 'server' key or 'servers'?
Comment #6
andypostfixed in dev