| Commit message (Collapse) | Author | Age | Lines |
|
|
|
|
|
|
| |
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`.
|
|
|
|
|
|
| |
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.
|
|
|
|
|
| |
Also stop caching lat/lon specific alert photo lists, and improve
Memcached code.
|
| |
|
| |
|
|
|