Versions in this module Expand all Collapse all v0 v0.1.1 Aug 16, 2024 v0.1.0 Aug 15, 2024 Changes in this version + type RedisClient struct + func NewRedisConnection() (*RedisClient, error) + func (r *RedisClient) Close() error + func (r *RedisClient) Get(ctx context.Context, key string) (string, error) + func (r *RedisClient) Set(ctx context.Context, key string, value interface{}, expiration time.Duration) error