Get data by pattern #1
|
@ -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
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue