Documentation
¶
Overview ¶
database/redis.go
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( IconGetError = errors.New("unable to icon error") WeatherGetError = errors.New("unable to weather error") )
Functions ¶
func NewRedisClient ¶
func NewRedisClient(address string) (RedisClient, CloseFunc, error)
Types ¶
type RedisClient ¶
func (RedisClient) GetWeather ¶
func (r RedisClient) GetWeather(city string) ([]byte, []byte, error)
func (RedisClient) SetWeather ¶
func (r RedisClient) SetWeather(city, weather, icon string) error
Click to show internal directories.
Click to hide internal directories.