mirror of
https://github.com/fluencelabs/redis
synced 2025-07-04 03:11:34 +00:00
Linenoise updated, multiline mode enabled in redis-cli.
This commit is contained in:
@ -865,6 +865,7 @@ static void repl() {
|
||||
sds *argv;
|
||||
|
||||
config.interactive = 1;
|
||||
linenoiseSetMultiLine(1);
|
||||
linenoiseSetCompletionCallback(completionCallback);
|
||||
|
||||
/* Only use history when stdin is a tty. */
|
||||
|
Reference in New Issue
Block a user