Opened 15 years ago

Closed 15 years ago

#9740 closed (fixed)

Bad example in "CACHE_BACKEND arguments" section

Reported by: djw Owned by: nobody
Component: Documentation Version: 1.0
Severity: Keywords:
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

The second example in the section CACHE_BACKEND arguments is not a good one, as memcached doesn't support the max_entries argument. It would be better to switch this to locmem, db, or filebased.

Change History (1)

comment:1 by Malcolm Tredinnick, 15 years ago

Resolution: fixed
Status: newclosed

(In [9556]) Fixed #9740 -- Updated and correct usage of max_entries in cache documentation.

Note: See TracTickets for help on using tickets.
Back to Top