summaryrefslogtreecommitdiffstats
path: root/iredis/data/iredisrc
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2022-01-25 20:03:22 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2022-01-25 20:03:22 +0000
commita320eb8cc0ffd385a276d5fe923cec930e64dc66 (patch)
tree3d0c068aac41bcdca6bed8deaca8feeb1cfe3a09 /iredis/data/iredisrc
parentAdding upstream version 1.10.0. (diff)
downloadiredis-a320eb8cc0ffd385a276d5fe923cec930e64dc66.tar.xz
iredis-a320eb8cc0ffd385a276d5fe923cec930e64dc66.zip
Adding upstream version 1.11.0.upstream/1.11.0
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'iredis/data/iredisrc')
-rw-r--r--iredis/data/iredisrc6
1 files changed, 3 insertions, 3 deletions
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