Documentation ¶
Index ¶
Constants ¶
View Source
const CacheDuration = 6 * time.Hour
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RedisClient ¶
type RedisClient struct {
// contains filtered or unexported fields
}
func New ¶
func New() (*RedisClient, error)
func (*RedisClient) Get ¶
func (client *RedisClient) Get(shortUrl string) string
func (*RedisClient) Set ¶
func (client *RedisClient) Set(shortUrl string, originalUrl string)
Click to show internal directories.
Click to hide internal directories.