You've already forked microservices
mirror of
https://github.com/ebosas/microservices.git
synced 2025-07-12 22:41:13 +02:00
Add a cache service
This commit is contained in:
1
cmd/cache/cache.go
vendored
1
cmd/cache/cache.go
vendored
@ -24,7 +24,6 @@ func main() {
|
||||
Password: "", // no password set
|
||||
DB: 0, // use default DB
|
||||
})
|
||||
// defer connR.Close()
|
||||
|
||||
// RabbitMQ connection
|
||||
connMQ, err := rabbit.GetConn(conf.RabbitURL)
|
||||
|
Reference in New Issue
Block a user