Categorygithub.com/x-punch/go-redis
modulepackage
1.1.5
Repository: https://github.com/x-punch/go-redis.git
Documentation: pkg.go.dev

# 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.

# Structs

Config represents the mongo configuration.

# Interfaces

Service reprsents redis cache service.