Loading go-apps/meep-app-enablement/server/app-info/app-info.go +1 −1 Original line number Diff line number Diff line Loading @@ -113,7 +113,7 @@ func Init() (err error) { // Set base path basePath = "/" + sandboxName + appInfoBasePath // Get base store key appEnablementBaseKey = dkm.GetKeyRoot(sandboxName) + selfName + ":" + appEnablementKey appEnablementBaseKey = dkm.GetKeyRoot(sandboxName) + appEnablementKey + ":meep:" + selfName // Connect to Redis DB rc, err = redis.NewConnector(redisAddr, APP_ENABLEMENT_DB) Loading go-apps/meep-app-enablement/server/app-support/app-support.go +2 −2 Original line number Diff line number Diff line Loading @@ -119,8 +119,8 @@ func Init(globalMutex *sync.Mutex) (err error) { // Set base path basePath = "/" + sandboxName + mappsupportBasePath // Get base store key baseKey = dkm.GetKeyRoot(sandboxName) + mappsupportKey appEnablementBaseKey = dkm.GetKeyRoot(sandboxName) + selfName + ":" + appEnablementKey appEnablementBaseKey = dkm.GetKeyRoot(sandboxName) + appEnablementKey + ":meep:" + selfName baseKey = appEnablementBaseKey + ":" + mappsupportKey // Connect to Redis DB rc, err = redis.NewConnector(redisAddr, APP_ENABLEMENT_DB) Loading go-apps/meep-app-enablement/server/service-mgmt/service-mgmt.go +1 −1 Original line number Diff line number Diff line Loading @@ -125,7 +125,7 @@ func Init(globalMutex *sync.Mutex) (err error) { // Set base path basePath = "/" + sandboxName + msmgmtBasePath // Get base store key appEnablementBaseKey = dkm.GetKeyRoot(sandboxName) + selfName + ":" + appEnablementKey appEnablementBaseKey = dkm.GetKeyRoot(sandboxName) + appEnablementKey + ":meep:" + selfName // Connect to Redis DB rc, err = redis.NewConnector(redisAddr, MSMGMT_DB) Loading Loading
go-apps/meep-app-enablement/server/app-info/app-info.go +1 −1 Original line number Diff line number Diff line Loading @@ -113,7 +113,7 @@ func Init() (err error) { // Set base path basePath = "/" + sandboxName + appInfoBasePath // Get base store key appEnablementBaseKey = dkm.GetKeyRoot(sandboxName) + selfName + ":" + appEnablementKey appEnablementBaseKey = dkm.GetKeyRoot(sandboxName) + appEnablementKey + ":meep:" + selfName // Connect to Redis DB rc, err = redis.NewConnector(redisAddr, APP_ENABLEMENT_DB) Loading
go-apps/meep-app-enablement/server/app-support/app-support.go +2 −2 Original line number Diff line number Diff line Loading @@ -119,8 +119,8 @@ func Init(globalMutex *sync.Mutex) (err error) { // Set base path basePath = "/" + sandboxName + mappsupportBasePath // Get base store key baseKey = dkm.GetKeyRoot(sandboxName) + mappsupportKey appEnablementBaseKey = dkm.GetKeyRoot(sandboxName) + selfName + ":" + appEnablementKey appEnablementBaseKey = dkm.GetKeyRoot(sandboxName) + appEnablementKey + ":meep:" + selfName baseKey = appEnablementBaseKey + ":" + mappsupportKey // Connect to Redis DB rc, err = redis.NewConnector(redisAddr, APP_ENABLEMENT_DB) Loading
go-apps/meep-app-enablement/server/service-mgmt/service-mgmt.go +1 −1 Original line number Diff line number Diff line Loading @@ -125,7 +125,7 @@ func Init(globalMutex *sync.Mutex) (err error) { // Set base path basePath = "/" + sandboxName + msmgmtBasePath // Get base store key appEnablementBaseKey = dkm.GetKeyRoot(sandboxName) + selfName + ":" + appEnablementKey appEnablementBaseKey = dkm.GetKeyRoot(sandboxName) + appEnablementKey + ":meep:" + selfName // Connect to Redis DB rc, err = redis.NewConnector(redisAddr, MSMGMT_DB) Loading