From 69829819561dd586ad38aeb10ed71ca0771b9d7a Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 15 Aug 2022 14:04:47 +0200 Subject: Merging upstream version 1.12.1. Signed-off-by: Daniel Baumann --- iredis/data/iredisrc | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'iredis/data/iredisrc') diff --git a/iredis/data/iredisrc b/iredis/data/iredisrc index bf79e90..6db02a7 100644 --- a/iredis/data/iredisrc +++ b/iredis/data/iredisrc @@ -58,6 +58,21 @@ warning = True # eg. ~/.iredis.log log_location = +# You can change the prompt str, if left blank, the default prompt would be: +# 127.0.0.1:6379> +# which is rendered by "{host}:{port}[{db}]> " +# supported interpolations: +# {client_name} +# {db} +# {host} +# {path} +# {port} +# {username} +# {client_addr} +# {client_id} +# The prompt string uses python string format engine +prompt = + # History file location history_location = ~/.iredis_history -- cgit v1.2.3