redis/export_test.go

10 lines
128 B
Go

package redis
func (c *baseClient) Pool() pool {
return c.connPool
}
func HashSlot(key string) int {
return hashSlot(key)
}