Adding upstream version 1.13.1.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
7d10e6c54a
commit
beebd280da
4 changed files with 4 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
||||||
[bumpversion]
|
[bumpversion]
|
||||||
current_version = 1.13.0
|
current_version = 1.13.1
|
||||||
commit = True
|
commit = True
|
||||||
tag = True
|
tag = True
|
||||||
|
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
__version__ = "1.13.0"
|
__version__ = "1.13.1"
|
||||||
|
|
|
@ -259,7 +259,7 @@ class OutputRender:
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def render_slowlog(raw):
|
def render_slowlog(raw):
|
||||||
fields = ["Slow log id", "Start at", "Running time(ms)", "Command"]
|
fields = ["Slow log id", "Start at", "Running time(μs)", "Command"]
|
||||||
if version_parse(config.version) > version_parse("4.0"):
|
if version_parse(config.version) > version_parse("4.0"):
|
||||||
fields.extend(["Client IP and port", "Client name"])
|
fields.extend(["Client IP and port", "Client name"])
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "iredis"
|
name = "iredis"
|
||||||
version = "1.13.0"
|
version = "1.13.1"
|
||||||
description = "Terminal client for Redis with auto-completion and syntax highlighting."
|
description = "Terminal client for Redis with auto-completion and syntax highlighting."
|
||||||
authors = ["laixintao <laixintao1995@163.com>"]
|
authors = ["laixintao <laixintao1995@163.com>"]
|
||||||
readme = 'README.md'
|
readme = 'README.md'
|
||||||
|
|
Loading…
Add table
Reference in a new issue