| 30 | type Hasher func([]byte) uint64 |
| 31 | |
| 32 | type Member interface { |
| 33 | String() string |
| 34 | } |
| 35 | |
| 36 | // Config represents the configuration settings for a specific system or application. |
| 37 | // It includes settings for hashing, partitioning, replication, load balancing, and picker width. |
no outgoing calls
no test coverage detected