drsnyder / poky

PostgreSQL key value store
MIT License
13 stars 1 forks source link

Varnish purge support #15

Closed drsnyder closed 11 years ago

drsnyder commented 11 years ago

Using bans for purging is not sustainable with the load we have seen in production. To ensure that poky does not serve stale content this pull request adds asynchronous server side purging on PUT, POST, and DELETE requests.

Todo:

/cc @loganlinn