mirror of
https://github.com/fluencelabs/redis
synced 2025-06-22 13:31:32 +00:00
Addressed comments
This commit is contained in:
@ -1317,7 +1317,7 @@ char *sendSynchronousCommand(int flags, int fd, ...) {
|
|||||||
|
|
||||||
/* Create the command to send to the master, we use redis binary
|
/* Create the command to send to the master, we use redis binary
|
||||||
* protocol to make sure correct arguments are sent. This function
|
* protocol to make sure correct arguments are sent. This function
|
||||||
* is not safe for all binary data.*/
|
* is not safe for all binary data. */
|
||||||
if (flags & SYNC_CMD_WRITE) {
|
if (flags & SYNC_CMD_WRITE) {
|
||||||
char *arg;
|
char *arg;
|
||||||
va_list ap;
|
va_list ap;
|
||||||
|
Reference in New Issue
Block a user