We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9a01a3 commit cc7b0deCopy full SHA for cc7b0de
memcached.ini
@@ -20,6 +20,12 @@ memcached.sess_prefix = "memc.sess.key."
20
; memcached session binary mode
21
memcached.sess_binary = Off
22
23
+; memcached session number of replicas
24
+memcached.sess_number_of_replicas = 0
25
+
26
+; memcached session replica read randomize
27
+memcached.sess_randomize_replica_read = Off
28
29
; Set the compression type
30
; valid values are: fastlz, zlib
31
; the default is fastlz
0 commit comments