Sophie

Sophie

distrib > Fedora > 18 > i386 > by-pkgid > 7da632d52633f883beea48dcbabbf5bd > files > 1

dmlite-plugins-memcache-0.5.0-3.fc18.i686.rpm

# Load memcache plugin
LoadPlugin plugin_memcache /usr/lib/dmlite/plugin_memcache.so

# Can be set multiple times to use multiple caches, format <host>:<port>:<weight>
MemcachedServer localhost:11211

# Number of memcached connections in the pool at startup
MemcachedPoolSize 32

# Limit of symlinks to follow
SymLinkLimit 5

# Expiration of an entry in memcache (in seconds)
MemcachedExpirationLimit 60

# Use the 'ascii' or 'binary' protocol
MemcachedProtocol binary

# use 'standard', or use 'consistent' for consistent hashing (useful when adding servers to the pool)
MemcachedHashDistribution default

# 'on' or 'off', force to update the accessed time on every readDir()
MemcachedStrictConsistency off