mirror of
https://github.com/redis/go-redis.git
synced 2025-07-28 06:42:00 +03:00
Fix cluster slots parsing.
This commit is contained in:
@ -725,12 +725,14 @@ func (cmd *ScanCmd) readReply(cn *conn) error {
|
||||
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
// TODO: rename to ClusterSlot
|
||||
type ClusterSlotInfo struct {
|
||||
Start int
|
||||
End int
|
||||
Addrs []string
|
||||
}
|
||||
|
||||
// TODO: rename to ClusterSlotsCmd
|
||||
type ClusterSlotCmd struct {
|
||||
baseCmd
|
||||
|
||||
|
Reference in New Issue
Block a user