Skip to content

Commit

Permalink
Fixed redisxSendRequestAsync() with confirm
Browse files Browse the repository at this point in the history
  • Loading branch information
attipaci committed Dec 8, 2024
1 parent 3789bce commit 48c9f41
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/redisx-tab.c
Original file line number Diff line number Diff line change
Expand Up @@ -183,13 +183,6 @@ int redisxSetValueAsync(RedisClient *cl, const char *table, const char *key, con

xvprintf("Redis-X> set %s = %s on %s\n", key, value, table);

if(confirm) {
RESP *reply = redisxReadReplyAsync(cl);
status = redisxCheckRESP(reply, RESP_INT, 0);
redisxDestroyRESP(reply);
prop_error(fn, status);
}

return X_SUCCESS;
}

Expand Down

0 comments on commit 48c9f41

Please sign in to comment.