Bug 11921: Restore memcached infos to koha-conf
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Wed, 22 Jun 2016 15:53:32 +0000 (16:53 +0100)
committerKyle M Hall <kyle@bywatersolutions.com>
Thu, 8 Sep 2016 10:28:59 +0000 (10:28 +0000)
commit4fc3750f9a16d65d93fd24b9fbb93dc05b3a1824
tree94b96be94644216bf8af11f92ffd3bb648ce094d
parentb537ba198c7c8565db446b79153c6727b8864aef
Bug 11921: Restore memcached infos to koha-conf

MEMCACHED_SERVERS and MEMCACHED_NAMESPACE should be moved back to
koha-conf instead of an ENV var to let command line scripts use
the cache mechanism.

TODO:
- Add the entries to koha-conf.xml
- Remove occurrences of MEMCACHED_SERVERS in package, apache and plack files

Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
C4/Context.pm
Koha/Cache.pm