package
0.0.0-20230113161954-24f4e428d81e
Repository: https://github.com/ibm/operator-for-redis-cluster.git
Documentation: pkg.go.dev

# Functions

NewFakeAdmin returns new AdminInterface for fake admin.

# Structs

Admin representation of a fake redis admin, where all return error for fake admin commands are configurable per addr, and return nil by default.
ClusterInfosRetType structure to describe the return data of GetClusterInfosRet method.
Connections fake redis connection handler, do nothing.
CountKeysInSlotRetType structure to describe the return data of CountKeysInSlot method.
GetClusterInfoRetType structure to describe the return data of GetClusterInfo method.
GetKeysInSlotRetType structure to describe the return data of GetKeysInSlot method.