Skip to content
Snippets Groups Projects
Unverified Commit d870a53c authored by Oliver's avatar Oliver Committed by GitHub
Browse files

Merge pull request #197 from oliver006/oh_redis5

Update to tests to use Redis5, Golang 1.11 for tests and build
parents 0b08781c b1a7eff3
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -4,9 +4,10 @@ jobs:
 
tests:
docker:
- image: golang:1.10
- image: redis:4.0.10
- image: redis:4.0.10
- image: golang:1.11
- image: redis:5
command: --port 6379
- image: redis:5
command: --port 6380
- image: grokzen/redis-cluster
 
Loading
Loading
@@ -31,7 +32,7 @@ jobs:
 
build:
docker:
- image: golang:1.10
- image: golang:1.11
 
working_directory: /go/src/github.com/oliver006/redis_exporter
 
Loading
Loading
Loading
Loading
@@ -2,7 +2,7 @@
[![Circle CI](https://circleci.com/gh/oliver006/redis_exporter.svg?style=shield)](https://circleci.com/gh/oliver006/redis_exporter) [![Coverage Status](https://coveralls.io/repos/github/oliver006/redis_exporter/badge.svg?branch=master)](https://coveralls.io/github/oliver006/redis_exporter?branch=master) [![codecov](https://codecov.io/gh/oliver006/redis_exporter/branch/master/graph/badge.svg)](https://codecov.io/gh/oliver006/redis_exporter)
 
Prometheus exporter for Redis metrics.<br>
Supports Redis 2.x, 3.x and 4.x
Supports Redis 2.x, 3.x, 4.x, and 5.x
 
## Building, configuring, and running
 
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment