# Packages
No description provided by the author
# Functions
NewClientCluster create a new ClientCluster structure and initialize all field to nil or empty map/strings.
NewRedisServer returns new Fake RedisServer instance.
# Structs
ClientCluster struct used to simulate in unittest the clientCluster from radix.
ClusterSlotsNode Representation of a node as returned by the CLUSTER SLOT command.
ClusterSlotsSlot Representation of a slot as returned by the CLUSTER SLOT command.
RedisServer Fake Redis Server struct.