mirror of
https://github.com/php-win-ext/php-memcached.git
synced 2026-03-24 00:52:18 +01:00
added replica options to memcached.ini
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user