Versions in this module Expand all Collapse all v1 v1.1.1 Aug 20, 2025 v1.1.0 Aug 20, 2025 Changes in this version + type RedisClient struct + func NewRedisClient(redisURL string) *RedisClient + func (r *RedisClient) Close() error + func (r *RedisClient) Delete(ctx context.Context, key string) error + func (r *RedisClient) Exists(ctx context.Context, key string) bool + func (r *RedisClient) Get(ctx context.Context, key string, dest interface{}) error + func (r *RedisClient) Set(ctx context.Context, key string, value interface{}, expiration time.Duration) error Other modules containing this package github.com/binary-1024/go-build-test/v2