Documentation ¶
Index ¶
- Constants
- func GetRedisDomainKey(domain string) string
- func GetRedisIpKey(ip string) string
- func GetRedisKey(k string) string
- func GetRedisNetworkChannelKey() string
- func GetRedisNetworkKey() string
- func GetRedisProxyChannelKey() string
- func GetRedisProxyDomainSetKey() string
- func GetRedisProxyKey() string
- func GetRedisRealIpKey(ip string) string
- func GetRedisRelayPortKey() string
- func GetRedisUpstreamNameserverKey() string
- func IntToIpv4(v uint32) net.IP
- func Ipv4ToInt(ip net.IP) uint32
- func NewRedisClient(config *Redis) (client *redis.Client)
- func ParseNetwork(network string) (minIp uint32, maxIp uint32, err error)
- type Config
- type Redis
Constants ¶
View Source
const (
NAMESPACE = "kungfu"
)
Variables ¶
This section is empty.
Functions ¶
func GetRedisDomainKey ¶
func GetRedisIpKey ¶
func GetRedisKey ¶
func GetRedisNetworkChannelKey ¶
func GetRedisNetworkChannelKey() string
func GetRedisNetworkKey ¶
func GetRedisNetworkKey() string
func GetRedisProxyChannelKey ¶
func GetRedisProxyChannelKey() string
func GetRedisProxyDomainSetKey ¶
func GetRedisProxyDomainSetKey() string
func GetRedisProxyKey ¶
func GetRedisProxyKey() string
func GetRedisRealIpKey ¶
func GetRedisRelayPortKey ¶
func GetRedisRelayPortKey() string
func GetRedisUpstreamNameserverKey ¶
func GetRedisUpstreamNameserverKey() string
func NewRedisClient ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.