Versions in this module Expand all Collapse all v1 v1.1.0 Mar 31, 2023 Changes in this version type RedisOptions + Password string + User string v1.0.0 Mar 30, 2023 Changes in this version + type RedisClient struct + func NewRedisClient(opts *RedisOptions, logger *slog.Logger) (*RedisClient, error) + func (rc *RedisClient) Get(key string) (string, error) + type RedisOptions struct + DB int + Host string + Port int