1
0
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:
houseme
2023-08-25 19:57:35 +08:00
parent c81d0b1215
commit 5467bc6245

2
cache/redis.go vendored
View File

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