mirror of
https://github.com/fluencelabs/redis
synced 2025-06-13 17:21:20 +00:00
redis-cli prompt is now redis>
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user