mirror of
https://github.com/silenceper/wechat.git
synced 2026-02-15 18:22:26 +08:00
feat: redis deprecated
This commit is contained in:
2
cache/redis.go
vendored
2
cache/redis.go
vendored
@@ -8,6 +8,8 @@ import (
|
|||||||
)
|
)
|
||||||
|
|
||||||
// Redis .redis cache
|
// Redis .redis cache
|
||||||
|
// Deprecated: user defined implementation cache、ContextCache interface
|
||||||
|
// The implementation was officially removed in v2.1.6
|
||||||
type Redis struct {
|
type Redis struct {
|
||||||
ctx context.Context
|
ctx context.Context
|
||||||
conn redis.UniversalClient
|
conn redis.UniversalClient
|
||||||
|
|||||||
Reference in New Issue
Block a user