Documentation ¶
Index ¶
- type RedisDedupeClient
- func (rs *RedisDedupeClient) Add(key string, value string) error
- func (rs *RedisDedupeClient) Exists(key string) (bool, error)
- func (rs *RedisDedupeClient) HealthPing() error
- func (rs *RedisDedupeClient) HealthRead(key string) error
- func (rs *RedisDedupeClient) HealthWrite(key string) error
- func (rs *RedisDedupeClient) Remove(key string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RedisDedupeClient ¶
type RedisDedupeClient struct {
// contains filtered or unexported fields
}
func NewRedisDedupeClient ¶
func NewRedisDedupeClient() *RedisDedupeClient
func (*RedisDedupeClient) HealthPing ¶
func (rs *RedisDedupeClient) HealthPing() error
func (*RedisDedupeClient) HealthRead ¶
func (rs *RedisDedupeClient) HealthRead(key string) error
func (*RedisDedupeClient) HealthWrite ¶
func (rs *RedisDedupeClient) HealthWrite(key string) error
func (*RedisDedupeClient) Remove ¶
func (rs *RedisDedupeClient) Remove(key string) error
Click to show internal directories.
Click to hide internal directories.