Versions in this module Expand all Collapse all v0 v0.0.1 Mar 15, 2022 Changes in this version + func NewRedisValidationClient(address string) (datastore.ValidationDataStoreOperations, error) + func SetRedisClient(client *goredis.Client, redisClient *RedisClient) error + type RedisClient struct + func (rc *RedisClient) AddDataLifetime(key string, endTime string) (*datastore.LifetimeCache, error) + func (rc *RedisClient) AddSuccessorDataLifetimeCustomResource(key string, successor string) error + func (rc *RedisClient) Close() error + func (rc *RedisClient) DeleteDataLifetime(key string) error + func (rc *RedisClient) DeleteSuccessorDataLifetimeCustomResource(key string, successor string) error + func (rc *RedisClient) GetDataLifetime(key string) (*datastore.LifetimeCache, error) + func (rc *RedisClient) GetDataLifetimeKeys() ([]string, error)