packages: php-pecl-memcache/memcache.ini - stole config with comments from ...

glen glen at pld-linux.org
Thu Mar 25 10:15:34 CET 2010


Author: glen                         Date: Thu Mar 25 09:15:34 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- stole config with comments from fc .spec

---- Files affected:
packages/php-pecl-memcache:
   memcache.ini (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: packages/php-pecl-memcache/memcache.ini
diff -u packages/php-pecl-memcache/memcache.ini:1.1 packages/php-pecl-memcache/memcache.ini:1.2
--- packages/php-pecl-memcache/memcache.ini:1.1	Thu Mar 25 10:14:14 2010
+++ packages/php-pecl-memcache/memcache.ini	Thu Mar 25 10:15:29 2010
@@ -1,10 +1,34 @@
 ; Enable memcache extension module
 extension=memcache.so
+
+; Options for the %{pecl_name} module
+
+;  Whether to transparently failover to other servers on errors
 ;memcache.allow_failover=1
-;memcache.chunk_size=8192
+;  Data will be transferred in chunks of this size
+;memcache.chunk_size=32768
+;  Autocompress large data
+;memcache.compress_threshold=20000
+;  The default TCP port number to use when connecting to the memcached server
 ;memcache.default_port=11211
+;  Hash function {crc32, fnv}
+;memcache.hash_function=crc32
+;  Hash strategy {standard, consistent}
+;memcache.hash_strategy=consistent
+;  Defines how many servers to try when setting and getting data.
+;memcache.max_failover_attempts=20
+;  The protocol {ascii, binary} : You need a memcached >= 1.3.0 to use the binary protocol
+;  The binary protocol results in less traffic and is more efficient
 ;memcache.protocol=ascii
-;memcache.redudndancy=1
+;  Redundancy : When enabled the client sends requests to N servers in parallel
+;memcache.redundancy=1
 ;memcache.session_redundancy=2
-;memcache.hash_strategy=consistent
-;memcache.hash_function=crc32
+;  Lock Timeout
+;memcache.lock_timeout = 15
+
+; Options to use the memcache session handler
+
+;  Use memcache as a session handler
+;session.save_handler=memcache
+;  Defines a comma separated of server urls to use for session storage
+;session.save_path="tcp://localhost:11211?persistent=1&weight=1&timeout=1&retry_interval=15"
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/php-pecl-memcache/memcache.ini?r1=1.1&r2=1.2&f=u



More information about the pld-cvs-commit mailing list