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
# memcached1 run config | |
-u cy_memcached | |
-p 11211 | |
-l xxx.xxx.xxx.69 | |
-d | |
-c 1024 | |
-m 128 | |
# Set replication | |
-x xxx.xxx.xxx.56 | |
-X 11212 |
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
# memcached2 run config | |
-u cy_memcached | |
-p 11211 | |
-l xxx.xxx.xxx.56 | |
-d | |
-c 1024 | |
-m 128 | |
# Set replication | |
-x xxx.xxx.xxx..69 | |
-X 11212 |
No comments:
Post a Comment