Last active
August 25, 2022 12:56
-
-
Save sdon2/40dc9d246e4b6750e3611dad053e378e to your computer and use it in GitHub Desktop.
Default memcached configuration
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
;memcached.serializer=php | |
memcached.sess_locking=Off | |
memcached.sess_prefix=session. | |
memcached.sess_remove_failed=1 | |
memcached.sess_consistent_hash=On | |
memcached.sess_number_of_replicas=1 | |
memcached.sess_server_failure_limit=20 | |
memcached.sess_binary=On | |
memcached.sess_connect_timeout=500 | |
memcached.sess_randomize_replica_read=Off | |
session.save_handler=memcached | |
session.save_path="192.168.0.132:11211,192.168.0.194:11211" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment