Skip to content
Snippets Groups Projects
Commit b7cdaaa8 authored by Oliver's avatar Oliver
Browse files

lol

parent eae1a329
No related branches found
No related tags found
No related merge requests found
Loading
@@ -383,7 +383,6 @@ func deleteKeysFromDB(t *testing.T, addr string) error {
Loading
@@ -383,7 +383,6 @@ func deleteKeysFromDB(t *testing.T, addr string) error {
} }
defer c.Close() defer c.Close()
   
if _, err = c.Do("SELECT", dbNumStr); err != nil { if _, err = c.Do("SELECT", dbNumStr); err != nil {
log.Errorf("couldn't setup redis, err: %s ", err) log.Errorf("couldn't setup redis, err: %s ", err)
// not failing on this one - cluster doesn't allow for SELECT so we log and ignore the error // not failing on this one - cluster doesn't allow for SELECT so we log and ignore the error
Loading
Loading
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