(t *testing.T)
| 66 | return redisCache, s |
| 67 | } |
| 68 | func getRedisCache(t *testing.T) *redisCache { |
| 69 | redisCache, _ := getRedisCacheAndServer(t) |
| 70 | return redisCache |
| 71 | } |
| 72 | |
| 73 | func TestRedisCacheAddGet(t *testing.T) { |
| 74 | c := getRedisCache(t) |
no test coverage detected