1
0
Fork 0

Merging upstream version 1.13.1.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-09 17:13:18 +01:00
parent e7ce296682
commit 3b026d5bf9
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
4 changed files with 4 additions and 4 deletions

View file

@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.13.0
current_version = 1.13.1
commit = True
tag = True

View file

@ -1 +1 @@
__version__ = "1.13.0"
__version__ = "1.13.1"

View file

@ -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"])

View file

@ -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'