Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CacheConfig ¶
type RedisClusterCache ¶
type RedisClusterCache struct {
// contains filtered or unexported fields
}
func NewRedisClusterCache ¶
func NewRedisClusterCache(config CacheConfig, tracer tracing.Tracer) (*RedisClusterCache, error)
func (*RedisClusterCache) Delete ¶
func (c *RedisClusterCache) Delete(ctx context.Context, key string) error
Click to show internal directories.
Click to hide internal directories.