Skip to content

Instantly share code, notes, and snippets.

@sdon2
Last active August 25, 2022 12:56
Show Gist options
  • Save sdon2/40dc9d246e4b6750e3611dad053e378e to your computer and use it in GitHub Desktop.
Save sdon2/40dc9d246e4b6750e3611dad053e378e to your computer and use it in GitHub Desktop.
Default memcached configuration
;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