Documentation
¶
Index ¶
- type Redis_table
- func (r *Redis_table) Get_proxies() string
- func (r *Redis_table) Hall(name string) map[string]string
- func (r *Redis_table) Hdel(name string, key string) int
- func (r *Redis_table) Hget(name string, key string) string
- func (r *Redis_table) Hkeys(name string) []string
- func (r *Redis_table) Hlen(name string) int
- func (r *Redis_table) Hset(name string, key string, val string) bool
- func (r *Redis_table) Hvals(name string) []string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Redis_table ¶
type Redis_table struct {
// contains filtered or unexported fields
}
func (*Redis_table) Get_proxies ¶
func (r *Redis_table) Get_proxies() string
func (*Redis_table) Hkeys ¶
func (r *Redis_table) Hkeys(name string) []string
func (*Redis_table) Hlen ¶
func (r *Redis_table) Hlen(name string) int
func (*Redis_table) Hvals ¶
func (r *Redis_table) Hvals(name string) []string
Click to show internal directories.
Click to hide internal directories.