Skip to content

Commit

Permalink
Merge pull request #14 from essentialkaos/develop
Browse files Browse the repository at this point in the history
Version 3.0.1
  • Loading branch information
andyone authored Dec 20, 2017
2 parents 4326411 + 517ec4b commit f3735d8
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion common/redis-latency-monitor.spec
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

Summary: Tiny Redis client for latency measurement
Name: redis-latency-monitor
Version: 3.0.0
Version: 3.0.1
Release: 0%{?dist}
Group: Applications/System
License: EKOL
Expand Down Expand Up @@ -58,6 +58,9 @@ rm -rf %{buildroot}
###############################################################################

%changelog
* Thu Dec 21 2017 Anton Novojilov <[email protected]> - 3.0.1-0
- Minor UI fixes

* Tue Dec 19 2017 Anton Novojilov <[email protected]> - 3.0.0-0
- Fixed bug with percentile calculation
- ek package updated to latest version
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Tiny Redis client for latency measurement. Utility show `PING` command latency o

### Usage demo

[![demo](https://gh.kaos.io/redis-latency-monitor-210.gif)](#usage-demo)
[![demo](https://gh.kaos.io/redis-latency-monitor-301.gif)](#usage-demo)

### Installation

Expand Down
4 changes: 2 additions & 2 deletions redis-latency-monitor.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ import (
// App info
const (
APP = "Redis Latency Monitor"
VER = "3.0.0"
VER = "3.0.1"
DESC = "Tiny Redis client for latency measurement"
)

Expand Down Expand Up @@ -403,7 +403,7 @@ func createOutputTable() *table.Table {
t.SetAlignments(
table.ALIGN_RIGHT, table.ALIGN_RIGHT, table.ALIGN_RIGHT,
table.ALIGN_RIGHT, table.ALIGN_RIGHT, table.ALIGN_RIGHT,
table.ALIGN_RIGHT,
table.ALIGN_RIGHT, table.ALIGN_RIGHT,
)

return t
Expand Down

0 comments on commit f3735d8

Please sign in to comment.