Skip to content

Commit

Permalink
redisx-cli: --json oops
Browse files Browse the repository at this point in the history
  • Loading branch information
attipaci committed Dec 15, 2024
1 parent 15f58da commit d283e56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/redisx-cli.c
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ static void printRESP(const RESP *resp) {

redisxPrintJSON(type, resp);
}
if(format == FORMAT_RAW) redisxPrintDelimited(resp, delim, groupDelim);
else if(format == FORMAT_RAW) redisxPrintDelimited(resp, delim, groupDelim);
else redisxPrintRESP(resp);
}

Expand Down

0 comments on commit d283e56

Please sign in to comment.