Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SendResponse ¶
Types ¶
type DataAccessLayer ¶
type DataAccessLayer interface { Scan(uint64, string, int64) *redis.ScanCmd Get(string) (string, error) Set(key string, value interface{}, expiration time.Duration) *redis.StatusCmd }
func InitRedisClient ¶
func InitRedisClient(options *redis.Options) DataAccessLayer
type RedisDAL ¶
type RedisDAL struct {
// contains filtered or unexported fields
}
type RedisKeyVal ¶
func GetAllRedisKeysAndValues ¶
func GetAllRedisKeysAndValues(rdb DataAccessLayer) ([]RedisKeyVal, error)
Click to show internal directories.
Click to hide internal directories.