mirror of
https://github.com/redis/redis.git
synced 2026-04-21 03:01:35 -04: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