test redis and memcached during integration tests

This commit is contained in:
bergquist 2019-03-03 22:04:11 +01:00
parent 196cdf9710
commit b933b4efc8
2 changed files with 4 additions and 0 deletions

View File

@ -1,3 +1,5 @@
// +build memcached
package distcache
import (

View File

@ -1,3 +1,5 @@
// +build redis
package distcache
import (