modify to add session save to memcache
Showing
8 changed files
with
8 additions
and
8 deletions
@@ -50,7 +50,7 @@ application.template.ext = ".phtml" | @@ -50,7 +50,7 @@ application.template.ext = ".phtml" | ||
50 | application.assets.path = ROOT_PATH "/assets" | 50 | application.assets.path = ROOT_PATH "/assets" |
51 | 51 | ||
52 | ; 应用的版本号 | 52 | ; 应用的版本号 |
53 | -application.version = "1.0.5" | 53 | +application.version = "1.0.6" |
54 | 54 | ||
55 | ; 网站SEO信息 | 55 | ; 网站SEO信息 |
56 | application.seo.title = "Yoho!Buy有货" | 56 | application.seo.title = "Yoho!Buy有货" |
@@ -50,7 +50,7 @@ application.template.ext = ".phtml" | @@ -50,7 +50,7 @@ application.template.ext = ".phtml" | ||
50 | application.assets.path = ROOT_PATH "/assets" | 50 | application.assets.path = ROOT_PATH "/assets" |
51 | 51 | ||
52 | ; 应用的版本号 | 52 | ; 应用的版本号 |
53 | -application.version = "1.0.5" | 53 | +application.version = "1.0.6" |
54 | 54 | ||
55 | ; 网站SEO信息 | 55 | ; 网站SEO信息 |
56 | application.seo.title = "Yoho!Buy有货" | 56 | application.seo.title = "Yoho!Buy有货" |
@@ -50,7 +50,7 @@ application.template.ext = ".phtml" | @@ -50,7 +50,7 @@ application.template.ext = ".phtml" | ||
50 | application.assets.path = ROOT_PATH "/assets" | 50 | application.assets.path = ROOT_PATH "/assets" |
51 | 51 | ||
52 | ; 应用的版本号 | 52 | ; 应用的版本号 |
53 | -application.version = "1.0.5" | 53 | +application.version = "1.0.6" |
54 | 54 | ||
55 | ; 网站SEO信息 | 55 | ; 网站SEO信息 |
56 | application.seo.title = "Yoho!Buy有货" | 56 | application.seo.title = "Yoho!Buy有货" |
@@ -50,7 +50,7 @@ application.template.ext = ".phtml" | @@ -50,7 +50,7 @@ application.template.ext = ".phtml" | ||
50 | application.assets.path = ROOT_PATH "/assets" | 50 | application.assets.path = ROOT_PATH "/assets" |
51 | 51 | ||
52 | ; 应用的版本号 | 52 | ; 应用的版本号 |
53 | -application.version = "1.0.5" | 53 | +application.version = "1.0.6" |
54 | 54 | ||
55 | ; 网站SEO信息 | 55 | ; 网站SEO信息 |
56 | application.seo.title = "Yoho!Buy有货" | 56 | application.seo.title = "Yoho!Buy有货" |
1 | [memcached] | 1 | [memcached] |
2 | master.hosts = 127.0.0.1:11212,127.0.0.1:11213 | 2 | master.hosts = 127.0.0.1:11212,127.0.0.1:11213 |
3 | slave.hosts = 127.0.0.1:11212,127.0.0.1:11213 | 3 | slave.hosts = 127.0.0.1:11212,127.0.0.1:11213 |
4 | -memcached.session = 127.0.0.1:11212,127.0.0.1:11213 | 4 | +session.hosts = 127.0.0.1:11212,127.0.0.1:11213 |
5 | 5 | ||
6 | [redis] | 6 | [redis] |
7 | servers.hosts = 192.168.1.168:6379 | 7 | servers.hosts = 192.168.1.168:6379 |
1 | [memcached] | 1 | [memcached] |
2 | master.hosts=10.170.182.9:12111,10.172.169.31:12111,10.173.8.214:12111 | 2 | master.hosts=10.170.182.9:12111,10.172.169.31:12111,10.173.8.214:12111 |
3 | slave.hosts=10.170.182.9:12112,10.172.169.31:12112,10.173.8.214:12112 | 3 | slave.hosts=10.170.182.9:12112,10.172.169.31:12112,10.173.8.214:12112 |
4 | -memcached.session=10.170.182.9:12111,10.172.169.31:12111,10.173.8.214:12111 | 4 | +session.hosts=10.170.182.9:12111,10.172.169.31:12111,10.173.8.214:12111 |
5 | 5 | ||
6 | [redis] | 6 | [redis] |
7 | servers.hosts=127.0.0.1:6379 | 7 | servers.hosts=127.0.0.1:6379 |
1 | [memcached] | 1 | [memcached] |
2 | master.hosts=127.0.0.1:11212,127.0.0.1:11213 | 2 | master.hosts=127.0.0.1:11212,127.0.0.1:11213 |
3 | slave.hosts=127.0.0.1:11212,127.0.0.1:11213 | 3 | slave.hosts=127.0.0.1:11212,127.0.0.1:11213 |
4 | -memcached.session=127.0.0.1:11212,127.0.0.1:11213 | 4 | +session.hosts=127.0.0.1:11212,127.0.0.1:11213 |
5 | 5 | ||
6 | [redis] | 6 | [redis] |
7 | servers.hosts = 127.0.0.1:6379 | 7 | servers.hosts = 127.0.0.1:6379 |
-
Please register or login to post a comment