Skip to content

Commit

Permalink
Update for upstream RedisX API tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
attipaci committed Dec 15, 2024
1 parent 96a8e9f commit e4fe6e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/smax.c
Original file line number Diff line number Diff line change
Expand Up @@ -1380,7 +1380,7 @@ int smaxRead(PullRequest *req, int channel) {
// Call script
status = redisxSendArrayRequestAsync(cl, args, NULL, n);

if(channel != REDISX_PIPELINE_CHANNEL) if(!status) reply = redisxReadReplyAsync(cl);
if(channel != REDISX_PIPELINE_CHANNEL) if(!status) reply = redisxReadReplyAsync(cl, &status);

redisxUnlockClient(cl);

Expand Down

0 comments on commit e4fe6e0

Please sign in to comment.