mirror of
https://github.com/fluencelabs/redis
synced 2025-03-19 17:10:50 +00:00
redis-cli prompt is now redis>
This commit is contained in:
parent
e940927314
commit
bc86d88e05
@ -457,7 +457,7 @@ static void repl() {
|
||||
char *line;
|
||||
char **ap, *args[max];
|
||||
|
||||
while((line = linenoise(">> ")) != NULL) {
|
||||
while((line = linenoise("redis> ")) != NULL) {
|
||||
if (line[0] != '\0') {
|
||||
linenoiseHistoryAdd(line);
|
||||
argc = 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user