Get data by pattern #1

Merged
milano15662 merged 4 commits from get-data-by-pattern into master 2022-03-25 10:10:05 +00:00
1 changed files with 0 additions and 2 deletions
Showing only changes of commit b1135a975f - Show all commits

View File

@ -2,7 +2,6 @@ package redisdb
import ( import (
"context" "context"
"fmt"
) )
// GetWithPrefixPattern ... // GetWithPrefixPattern ...
@ -23,7 +22,6 @@ func GetWithPrefixPattern(pattern string) (keys []string, values []string) {
} }
if len(keys) == 0 { if len(keys) == 0 {
fmt.Println("NO keys")
return return
} }