redis-cli prompt is now redis>

This commit is contained in:
antirez 2010-03-24 11:58:38 +01:00
parent e940927314
commit bc86d88e05

View File

@ -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;