mirror of
https://github.com/HDT3213/godis.git
synced 2025-10-11 03:30:55 +08:00
support multi transaction
This commit is contained in:
@@ -133,7 +133,7 @@ func makeArgs(cmd string, args ...string) [][]byte {
|
||||
return result
|
||||
}
|
||||
|
||||
// return peer -> keys
|
||||
// return peer -> 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