mirror of
https://github.com/fluencelabs/redis
synced 2025-06-26 23:41:33 +00:00
Linenoise updated, multiline mode enabled in redis-cli.
This commit is contained in:
@ -866,6 +866,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