https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24642
Bug ID: 24642
Summary: Cache::Memcached::Fast::Safe must be marked as
mandatory
Change sponsored?: ---
Product: Koha
Version: unspecified
Hardware: All
OS: All
Status: NEW
Severity: enhancement
Priority: P5 - low
Component: Architecture, internals, and plumbing
Assignee: [email protected]
Reporter: [email protected]
QA Contact: [email protected]
There is something wrong between the logic in Koha::Cache->new and our
dependencies.
We are having Cache::Memcached required, but Cache::Memcached::Fast::Safe is
optional.
However, in Koha::Cache->new we are initializing the Memcached cache only if
Cache::Memcached::Fast::Safe is installed.
We could fix the logic in Koha::Cache, but it seems better to make
Cache::Memcached::Fast::Safe mandatory (especially after bug 13193).
Note that after bug 13193, you are loosing the Memcached cache, as
Cache::Memcached::Fast::Safe will not get installed by default.
--
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/