aboutsummaryrefslogtreecommitdiffstats
path: root/perllib/Memcached.pm
Commit message (Collapse)AuthorAgeLines
* Use ManifestTheme theme_colour for front page theme-color meta tagDave Arter2020-02-26-0/+4
|
* Add configuration option for memcached hostSam Pearson2018-09-20-1/+2
| | | | | | | Previously we assumed that any memcache instance would be running on the local loopback interface. This commit makes this configurable with a `MEMCACHED_HOST` option. If left unset, this will default to `127.0.0.1`.
* Always set memcached namespace.Matthew Somerville2018-04-16-10/+4
| | | | | | The namespace was only being set in the web loop, so cron scripts were accessing different memcached keys. In particular, the state list would be shared between instances on the same host.
* Check recent reports for any hidden since cached.Matthew Somerville2018-04-06-11/+6
| | | | | Also stop caching lat/lon specific alert photo lists, and improve Memcached code.
* Don't use connect()!matthew2008-10-10-4/+4
|
* Different memcached namespace per site.matthew2008-10-10-7/+18
|
* Update pins/list as you drag the map, rearrange list display.matthew2008-09-16-0/+31