Default returns the default (system) Redis client.
()
| 31 | |
| 32 | // Default returns the default (system) Redis client. |
| 33 | func (c *RedisCache) Default() *redis.Client { |
| 34 | return c.defaultRDB |
| 35 | } |
| 36 | |
| 37 | // Evict is a no-op since all contexts share the default client. |
| 38 | func (c *RedisCache) Evict(host string) {} |
no outgoing calls
no test coverage detected