mirror of
https://github.com/HDT3213/godis.git
synced 2025-10-05 08:46:56 +08:00
tcc rename
This commit is contained in:
@@ -160,7 +160,7 @@ func makeArgs(cmd string, args ...string) [][]byte {
|
||||
return result
|
||||
}
|
||||
|
||||
// return peer -> writeKeys
|
||||
// return node -> writeKeys
|
||||
func (cluster *Cluster) groupBy(keys []string) map[string][]string {
|
||||
result := make(map[string][]string)
|
||||
for _, key := range keys {
|
||||
|
Reference in New Issue
Block a user