Skip to content

Commit

Permalink
Merge pull request #12 from essentialkaos/develop
Browse files Browse the repository at this point in the history
 Added Codebeat badge
  • Loading branch information
andyone authored Nov 1, 2017
2 parents 451f009 + fb48022 commit 36d8cd9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Redis Latency Monitor [![Build Status](https://travis-ci.org/essentialkaos/redis-latency-monitor.svg?branch=master)](https://travis-ci.org/essentialkaos/redis-latency-monitor) [![Go Report Card](https://goreportcard.com/badge/github.com/essentialkaos/redis-latency-monitor)](https://goreportcard.com/report/github.com/essentialkaos/redis-latency-monitor) [![License](https://gh.kaos.io/ekol.svg)](https://essentialkaos.com/ekol)
## Redis Latency Monitor [![Build Status](https://travis-ci.org/essentialkaos/redis-latency-monitor.svg?branch=master)](https://travis-ci.org/essentialkaos/redis-latency-monitor) [![Go Report Card](https://goreportcard.com/badge/github.com/essentialkaos/redis-latency-monitor)](https://goreportcard.com/report/github.com/essentialkaos/redis-latency-monitor) [![codebeat badge](https://codebeat.co/badges/40d24053-129b-4407-97bd-adecc66c8903)](https://codebeat.co/projects/github-com-essentialkaos-redis-latency-monitor-master) [![License](https://gh.kaos.io/ekol.svg)](https://essentialkaos.com/ekol)

Tiny Redis client for latency measurement. Utility show `PING` command latency or connection latency in milliseconds (_one thousandth of a second_).

Expand Down
2 changes: 0 additions & 2 deletions redis-latency-monitor.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
// +build linux

package main

// ////////////////////////////////////////////////////////////////////////////////// //
Expand Down

0 comments on commit 36d8cd9

Please sign in to comment.