Versions in this module Expand all Collapse all v1 v1.8.2 Dec 3, 2019 Changes in this version + var ErrNotFound = errors.New("not found") + type Config struct + IdleCheckFrequency int + IdleTimeout int + Password string + PoolSize int + PoolTimeout int + RedisAddr string + SentinelAddrs string + SentinelMasterName string + func (c *Config) RedisClient() *redis.Client + type Storage struct + func NewStorage(cfg *Config) (*Storage, error) + func (s *Storage) Delete(key string) error + func (s *Storage) FieldMap(hash interface{}) (map[string]interface{}, error) + func (s *Storage) Load(key string, out interface{}) error + func (s *Storage) RedisClient() *redis.Client + func (s *Storage) Save(key string, hash interface{}) error Other modules containing this package github.com/video-dev/video-transcoding-api/v2