Skip to content

Commit

Permalink
Missed a pipelined increment
Browse files Browse the repository at this point in the history
  • Loading branch information
arr2036 committed May 20, 2015
1 parent dd29e19 commit 4cfd719
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -377,6 +377,7 @@ static cache_status_t cache_entry_insert(UNUSED rlm_cache_config_t const *config
}
if (redisAppendCommand(randle->handle, "EXPIREAT %b %i", c->key,
c->key_len, c->expires) != REDIS_OK) goto append_error;
pipelined++;
RDEBUG3("EXEC");
if (redisAppendCommand(randle->handle, "EXEC") != REDIS_OK) goto append_error;
pipelined++;
Expand Down

0 comments on commit 4cfd719

Please sign in to comment.