mirror of
https://github.com/fluencelabs/redis
synced 2025-03-19 17:10:50 +00:00
Addressed comments
This commit is contained in:
parent
e8d68b6b72
commit
45731edc4b
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user