From 668977aa6a04dbdfb1c4856dbf8577800505873e Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Tue, 25 Jan 2022 21:03:28 +0100 Subject: Merging upstream version 1.11.0: - compatible with mistune 2.0 (Closes: #1003572). Signed-off-by: Daniel Baumann --- iredis/data/iredisrc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'iredis/data/iredisrc') diff --git a/iredis/data/iredisrc b/iredis/data/iredisrc index 5baef86..bf79e90 100644 --- a/iredis/data/iredisrc +++ b/iredis/data/iredisrc @@ -30,9 +30,9 @@ socket_keepalive = True shell = True # decode redis response, default None -decode = +decode = -# enable pager? defualt to True, you can disable it by changing it to False +# enable pager? default to True, you can disable it by changing it to False enable_pager = True # pager setting when line is too tall @@ -52,7 +52,7 @@ bottom_bar = True warning = True # IRedis log for debugging, leave this blank will disable log. -# You don't need this unless you are debuging iredis. +# You don't need this unless you are debugging iredis. # Be careful this will log your commands input (include AUTH with password) to # log file. # eg. ~/.iredis.log -- cgit v1.2.3