Categorygithub.com/core-go/redis
modulepackage
0.1.1
Repository: https://github.com/core-go/redis.git
Documentation: pkg.go.dev

# README

Redis Client

  • Redis Client Utilities
  • Redis Service: is an implementation of CacheService of core-go/cache

Installation

Please make sure to initialize a Go module before installing core-go/redis:

go get -u github.com/core-go/redis

Import:

import "github.com/core-go/redis"

Version

redigo

module github.com/core-go/redis

go 1.11

require github.com/garyburd/redigo v1.6.2

redis v8

module github.com/core-go/redis

go 1.11

require github.com/go-redis/redis/v8 v8.11.4

redis v6

module github.com/core-go/redis

go 1.11

require github.com/go-redis/redis v6.15.9+incompatible

# Packages

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

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

# Structs

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
No description provided by the author