This website works better with JavaScript
Home
Explore
Help
Register
Sign In
oscarleiva
/
energylink
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
test redis and memcached during integration tests
bergquist
6 years ago
parent
196cdf9710
commit
b933b4efc8
2 changed files
with
4 additions
and
0 deletions
Unified View
Show Diff Stats
2
0
pkg/infra/distcache/memcached_storage_integration_test.go
2
0
pkg/infra/distcache/redis_storage_integration_test.go
+ 2
- 0
pkg/infra/distcache/memcached_storage_test.go → pkg/infra/distcache/memcached_storage_integration_test.go
View File
@@ -1,3 +1,5 @@
+// +build memcached
+
package distcache
package distcache
import (
import (
+ 2
- 0
pkg/infra/distcache/redis_storage_test.go → pkg/infra/distcache/redis_storage_integration_test.go
View File
@@ -1,3 +1,5 @@
+// +build redis
+
package distcache
package distcache
import (
import (