Skip to content
Snippets Groups Projects
Commit f69a1e25 authored by sivan's avatar sivan
Browse files

start the redis service

parent d92d79d4
No related branches found
No related tags found
No related merge requests found
...@@ -31,6 +31,7 @@ func main() { ...@@ -31,6 +31,7 @@ func main() {
consumeService := consume.NewService(aliceBroker, produceService, convertQueryService, requestSenderService) consumeService := consume.NewService(aliceBroker, produceService, convertQueryService, requestSenderService)
// MARK: Start services // MARK: Start services
redisService.Start()
produceService.Start() produceService.Start()
go consumeService.Start() go consumeService.Start()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment