# README
go-redis
A redis lib based on github.com/go-redis/redis
# Functions
NewConfig builds a new configuration with default values.
NewService create a new cache service to access redis.
# Constants
ErrKeyNotExist reply Redis returns when key does not exist.
# Interfaces
Service reprsents redis cache service.