mirror of
https://github.com/fluencelabs/redis
synced 2025-03-19 17:10:50 +00:00
Over 80 chars comment trimmed in pfcountCommand().
This commit is contained in:
parent
8a7ccc58a1
commit
5bd3b9d93f
@ -1213,7 +1213,7 @@ void pfcountCommand(redisClient *c) {
|
|||||||
for (j = 1; j < c->argc; j++) {
|
for (j = 1; j < c->argc; j++) {
|
||||||
/* Check type and size. */
|
/* Check type and size. */
|
||||||
robj *o = lookupKeyRead(c->db,c->argv[j]);
|
robj *o = lookupKeyRead(c->db,c->argv[j]);
|
||||||
if (o == NULL) continue; /* Assume empty HLL for non existing var. */
|
if (o == NULL) continue; /* Assume empty HLL for non existing var.*/
|
||||||
if (isHLLObjectOrReply(c,o) != REDIS_OK) return;
|
if (isHLLObjectOrReply(c,o) != REDIS_OK) return;
|
||||||
|
|
||||||
/* Merge with this HLL with our 'max' HHL by setting max[i]
|
/* Merge with this HLL with our 'max' HHL by setting max[i]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user