Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrNotExist = errors.New("member does not exist") ErrTokenExpired = errors.New("token has expired") )
Functions ¶
func NewRepository ¶
func NewRepository(lg *log.Logger, addr, password string, flushInt time.Duration) (repository.Repository, error)
NewRedisRepository will create a new connection to a redis server
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.