summaryrefslogtreecommitdiffstats
path: root/iredis/data/iredisrc
diff options
context:
space:
mode:
Diffstat (limited to 'iredis/data/iredisrc')
-rw-r--r--iredis/data/iredisrc4
1 files changed, 4 insertions, 0 deletions
diff --git a/iredis/data/iredisrc b/iredis/data/iredisrc
index 6db02a7..978aa4b 100644
--- a/iredis/data/iredisrc
+++ b/iredis/data/iredisrc
@@ -76,6 +76,10 @@ prompt =
# History file location
history_location = ~/.iredis_history
+# if set to True, will display version information on startup
+# can set to False to disable it.
+greetings = True
+
[alias_dsn]
# example_dsn = redis://[[username]:[password]]@localhost:6379/0
# example_dsn = rediss://[[username]:[password]]@localhost:6379/0