We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e99fda8 commit 9f1fac7Copy full SHA for 9f1fac7
memcached.ini
@@ -43,6 +43,13 @@
43
; default is On
44
;memcached.sess_consistent_hash = On
45
46
+; memcached session consistent hash type
47
+; if set to 'ketama', consistent hashing (libketama) is used
48
+; for session handling.
49
+; if set to 'ketama_weighted', weighted consistent hashing (libketama) is used
50
51
+;memcached.sess_consistent_hash_type = "ketama"
52
+
53
; Allow failed memcached server to automatically be removed.
54
; Default is Off. (In previous versions, this setting was called memcached.sess_remove_failed)
55
;memcached.sess_remove_failed_servers = Off
0 commit comments