We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d2c7a1 commit 9073becCopy full SHA for 9073bec
db/db.go
@@ -151,7 +151,7 @@ func (db *DataBase) Delete(key string) error {
151
}
152
153
// Keys returns all keys matching pattern.
154
-//
+//
155
// Bug?: what if a key itself has '*'?
156
func (db *DataBase) Keys(pattern string) ([]string, error) {
157
db.RLock()
server/main.go
@@ -40,7 +40,7 @@ func main() {
40
go storage(commands, config.mode)
41
42
// initial client id
43
- id := 1
+ id := 1
44
45
// wait and handle connections
46
for {
0 commit comments