Loading go-apps/meep-loc-serv/server/loc-serv.go +1 −0 Original line number Diff line number Diff line Loading @@ -144,6 +144,7 @@ func Init() (err error) { log.Error("Failed connection to Redis DB. Error: ", err) return err } _ = rc.DBFlush(baseKey) log.Info("Connected to Redis DB, location service table") // Connect to Session Manager Loading go-apps/meep-rnis/server/rnis.go +1 −0 Original line number Diff line number Diff line Loading @@ -138,6 +138,7 @@ func Init() (err error) { log.Error("Failed connection to Redis DB. Error: ", err) return err } _ = rc.DBFlush(baseKey) log.Info("Connected to Redis DB, RNI service table") // Connect to Session Manager Loading go-apps/meep-wais/server/wais.go +1 −0 Original line number Diff line number Diff line Loading @@ -122,6 +122,7 @@ func Init() (err error) { log.Error("Failed connection to Redis DB. Error: ", err) return err } _ = rc.DBFlush(baseKey) log.Info("Connected to Redis DB, RNI service table") // Connect to Session Manager Loading Loading
go-apps/meep-loc-serv/server/loc-serv.go +1 −0 Original line number Diff line number Diff line Loading @@ -144,6 +144,7 @@ func Init() (err error) { log.Error("Failed connection to Redis DB. Error: ", err) return err } _ = rc.DBFlush(baseKey) log.Info("Connected to Redis DB, location service table") // Connect to Session Manager Loading
go-apps/meep-rnis/server/rnis.go +1 −0 Original line number Diff line number Diff line Loading @@ -138,6 +138,7 @@ func Init() (err error) { log.Error("Failed connection to Redis DB. Error: ", err) return err } _ = rc.DBFlush(baseKey) log.Info("Connected to Redis DB, RNI service table") // Connect to Session Manager Loading
go-apps/meep-wais/server/wais.go +1 −0 Original line number Diff line number Diff line Loading @@ -122,6 +122,7 @@ func Init() (err error) { log.Error("Failed connection to Redis DB. Error: ", err) return err } _ = rc.DBFlush(baseKey) log.Info("Connected to Redis DB, RNI service table") // Connect to Session Manager Loading