We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5568819 + 3313fa1 commit 585d314Copy full SHA for 585d314
memcached.ini
@@ -35,15 +35,12 @@ memcached.sess_remove_failed = 1
35
; from a replica. However, if the failed memcache server
36
; becomes available again it will read the session from there
37
; which could have old data or no data at all
38
-memcached.sess_num_replicas = 0;
+memcached.sess_number_of_replicas = 0
39
40
; memcached session binary mode
41
; libmemcached replicas only work if binary mode is enabled
42
memcached.sess_binary = Off
43
44
-; memcached session number of replicas
45
-memcached.sess_number_of_replicas = 0
46
-
47
; memcached session replica read randomize
48
memcached.sess_randomize_replica_read = Off
49
0 commit comments