Authored by hf

modify to add session save to memcache

1 { 1 {
2 "name": "yohobuy", 2 "name": "yohobuy",
3 - "version": "1.0.5", 3 + "version": "1.0.6",
4 "description": "yohobuy statics", 4 "description": "yohobuy statics",
5 "keywords": [], 5 "keywords": [],
6 "homepage": "", 6 "homepage": "",
@@ -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