Categorygithub.com/goapt/redis
modulepackage
1.3.1
Repository: https://github.com/goapt/redis.git
Documentation: pkg.go.dev

# README

redis

base on go-redis library

Build Status codecov Go Report Card
GoDoc

Usage

go get github.com/goapt/redis
configs := make(map[string]redis.Config)

configs["default"] = Config{
    Server: "127.0.0.1:6379",
}

redis.Connect(configs)
client := redis.NewRedisWithName("default")

# Functions

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Open redis client.
Open redis client.

# Constants

# Variables

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

No description provided by the author
No description provided by the author