Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type UrlsCacheRedis ¶
type UrlsCacheRedis struct{}
func NewUrlsCacheRedis ¶
func NewUrlsCacheRedis() *UrlsCacheRedis
func (UrlsCacheRedis) Get ¶
func (um UrlsCacheRedis) Get(h string) (repository.ShortUrl, error)
func (UrlsCacheRedis) Save ¶
func (um UrlsCacheRedis) Save(s repository.ShortUrl) error
Click to show internal directories.
Click to hide internal directories.