Skip to content

Commit 86ebc13

Browse files
Deepak Vermaantirez
authored andcommitted
replaced // comments redis#2150
1 parent 3d73f08 commit 86ebc13

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/redis-benchmark.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -213,11 +213,11 @@ static void readHandler(aeEventLoop *el, int fd, void *privdata, int mask) {
213213
}
214214

215215
freeReplyObject(reply);
216-
// This is an OK for prefix commands such as auth and select.
216+
/* This is an OK for prefix commands such as auth and select.*/
217217
if (c->prefix_pending > 0) {
218218
c->prefix_pending--;
219219
c->pending--;
220-
// Discard prefix commands on first response.
220+
/* Discard prefix commands on first response.*/
221221
if (c->prefixlen > 0) {
222222
size_t j;
223223
sdsrange(c->obuf, c->prefixlen, -1);

0 commit comments

Comments
 (0)