Merging upstream version 1.13.1.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
e7ce296682
commit
3b026d5bf9
4 changed files with 4 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
|||
[bumpversion]
|
||||
current_version = 1.13.0
|
||||
current_version = 1.13.1
|
||||
commit = True
|
||||
tag = True
|
||||
|
||||
|
|
|
@ -1 +1 @@
|
|||
__version__ = "1.13.0"
|
||||
__version__ = "1.13.1"
|
||||
|
|
|
@ -259,7 +259,7 @@ class OutputRender:
|
|||
|
||||
@staticmethod
|
||||
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"):
|
||||
fields.extend(["Client IP and port", "Client name"])
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[tool.poetry]
|
||||
name = "iredis"
|
||||
version = "1.13.0"
|
||||
version = "1.13.1"
|
||||
description = "Terminal client for Redis with auto-completion and syntax highlighting."
|
||||
authors = ["laixintao <laixintao1995@163.com>"]
|
||||
readme = 'README.md'
|
||||
|
|
Loading…
Add table
Reference in a new issue