Refactored code and added logging
This commit is contained in:
parent
8830920900
commit
221ab214cc
11 changed files with 51 additions and 44 deletions
|
|
@ -4,6 +4,6 @@ import (
|
|||
"time"
|
||||
)
|
||||
|
||||
const HOST_NAME = "redis:6379"
|
||||
const PASSWORD = ""
|
||||
const CACHE_EXPIRATION = time.Hour * 24
|
||||
const HostName = "redis:6379"
|
||||
const Password = ""
|
||||
const CacheExpiration = time.Hour * 24
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue