Redis .redis cache
| 11 | |
| 12 | // Redis .redis cache |
| 13 | type Redis struct { |
| 14 | ctx context.Context |
| 15 | conn redis.UniversalClient |
| 16 | } |
| 17 | |
| 18 | // RedisOpts redis 连接属性 |
| 19 | type RedisOpts struct { |
nothing calls this directly
no outgoing calls
no test coverage detected