mirror of
https://github.com/redis/redis.git
synced 2026-04-21 03:01:35 -04:00
Merge remote-tracking branch 'origin/unstable' into unstable
This commit is contained in:
@@ -1233,7 +1233,7 @@ int main(int argc, char **argv) {
|
||||
|
||||
/* Pipe mode */
|
||||
if (config.pipe_mode) {
|
||||
cliConnect(0);
|
||||
if (cliConnect(0) == REDIS_ERR) exit(1);
|
||||
pipeMode();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user