Skip to content

Commit 9f1fac7

Browse files
committed
ini
1 parent e99fda8 commit 9f1fac7

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Diff for: memcached.ini

+7
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,13 @@
4343
; default is On
4444
;memcached.sess_consistent_hash = On
4545

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+
; for session handling.
51+
;memcached.sess_consistent_hash_type = "ketama"
52+
4653
; Allow failed memcached server to automatically be removed.
4754
; Default is Off. (In previous versions, this setting was called memcached.sess_remove_failed)
4855
;memcached.sess_remove_failed_servers = Off

0 commit comments

Comments
 (0)