added replica options to memcached.ini

This commit is contained in:
gureedo
2012-09-02 21:18:10 +06:00
parent d9a01a3d77
commit cc7b0decd6

View File

@@ -20,6 +20,12 @@ memcached.sess_prefix = "memc.sess.key."
; memcached session binary mode
memcached.sess_binary = Off
; memcached session number of replicas
memcached.sess_number_of_replicas = 0
; memcached session replica read randomize
memcached.sess_randomize_replica_read = Off
; Set the compression type
; valid values are: fastlz, zlib
; the default is fastlz