~ubuntu-branches/ubuntu/trusty/swift/trusty-updates

« back to all changes in this revision

Viewing changes to etc/memcache.conf-sample

  • Committer: Package Import Robot
  • Author(s): Chuck Short, Soren Hansen, Chuck Short
  • Date: 2012-09-07 19:02:36 UTC
  • mfrom: (1.2.12)
  • Revision ID: package-import@ubuntu.com-20120907190236-fqrmbzm7v6zivs8d
Tags: 1.7.0-0ubuntu1
[ Soren Hansen ]
* Update debian/watch to account for symbolically named tarballs and
  use newer URL.
* Run unit tests at build time.
* Fix Launchpad URLs in debian/watch.

[ Chuck Short ]
* New upstream release
* debian/control: Add pubthon-moc as a build dep
* debian/rules: Dont fail if testsuite fails.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
# several other conf files under [filter:cache] for example. You can specify
4
4
# multiple servers separated with commas, as in: 10.1.2.3:11211,10.1.2.4:11211
5
5
# memcache_servers = 127.0.0.1:11211
 
6
#
 
7
# Sets how memcache values are serialized and deserialized:
 
8
# 0 = older, insecure pickle serialization
 
9
# 1 = json serialization but pickles can still be read (still insecure)
 
10
# 2 = json serialization only (secure and the default)
 
11
# To avoid an instant full cache flush, existing installations should
 
12
# upgrade with 0, then set to 1 and reload, then after some time (24 hours)
 
13
# set to 2 and reload.
 
14
# In the future, the ability to use pickle serialization will be removed.
 
15
# memcache_serialization_support = 2