mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
test redis and memcached during integration tests
This commit is contained in:
parent
196cdf9710
commit
b933b4efc8
@ -1,3 +1,5 @@
|
||||
// +build memcached
|
||||
|
||||
package distcache
|
||||
|
||||
import (
|
@ -1,3 +1,5 @@
|
||||
// +build redis
|
||||
|
||||
package distcache
|
||||
|
||||
import (
|
Loading…
Reference in New Issue
Block a user