Task #1844
Check memcached cache backend
| Status: | Resolved | Start date: | 2008-10-27 | |
|---|---|---|---|---|
| Priority: | Must have | Due date: | ||
| Assignee: | Karsten Dambekalns | % Done: | 100% |
|
| Category: | Cache | |||
| Target version: | TYPO3 Flow Base Distribution - 1.0 alpha 1 | |||
| Sprint: | Has patch: | |||
| PHP Version: | Complexity: | |||
| Votes: | 0 |
Description
Make sure it does all it needs to do and does it well.
Associated revisions
FLOW3 (Memcached cache backend, refs #1844):
- now handles values larger than 1 MB and flush()es only the current cache's entries
- uses SystemLogger for some operations
- accepts "tcp://" prefix for hostnames and uses default port from php.ini if none given
- fixed handling of flags given to set(), enables compression
- memcache keys longer then 250 character raise an exception now instead of being silently trunacted
- Documentation nitpicking cleanup to Cache\BackendInterface
History
Updated by Karsten Dambekalns over 4 years ago
- Priority changed from Should have to Must have
- Target version set to 1.0 alpha 1
Updated by Karsten Dambekalns over 4 years ago
- make sure two or more FLOW3 instances can share a memcached server without conflicting
- check ways of dealing with data too large for a memcached bucket
Updated by Karsten Dambekalns over 4 years ago
- Status changed from New to Accepted
- Assignee set to Karsten Dambekalns
Updated by Karsten Dambekalns over 4 years ago
- Status changed from Accepted to Resolved
- % Done changed from 0 to 100
Applied in changeset r1802.