mirror of
https://github.com/HDT3213/godis.git
synced 2025-10-05 08:46:56 +08:00
tiny fixes
This commit is contained in:
@@ -72,6 +72,7 @@ func (dict *SimpleDict) Keys() []string {
|
||||
i := 0
|
||||
for k := range dict.m {
|
||||
result[i] = k
|
||||
i++
|
||||
}
|
||||
return result
|
||||
}
|
||||
|
Reference in New Issue
Block a user