Warning removed
This commit is contained in:
parent
e5bf49a363
commit
0c50b409f0
1 changed files with 0 additions and 1 deletions
|
@ -54,7 +54,6 @@ func sqlCheckForRecord(redisKey string, dKey string, entry Record) (Record, int)
|
|||
if entry.Content != "" {
|
||||
//Cache the request in Redis if any result
|
||||
logrus.Debugf("REDIS : Set entry for %s", redisKey)
|
||||
logrus.Warningf("REDIS : %s", redisKey)
|
||||
_ = redisSet(redisDb, redisKey, 30*time.Second, entry)
|
||||
return entry, 0
|
||||
} else {
|
||||
|
|
Loading…
Reference in a new issue