wuxibin89 / redis-go-cluster

redis cluster client implementation in Go
Apache License 2.0
488 stars 145 forks source link

Unable to do a MSET and MGET using batch #13

Open nethramadesh opened 7 years ago

nethramadesh commented 7 years ago

I'm trying to do a MSET and MGET on cluster configuration, but seems like the keys are not getting set when done through BATCH

ekhabarov commented 7 years ago

@nethramadesh seems like it's not supported