mirror of
https://github.com/fluencelabs/redis
synced 2025-03-19 09:00:51 +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
|
||||
* 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) {
|
||||
char *arg;
|
||||
va_list ap;
|
||||
|
Loading…
x
Reference in New Issue
Block a user