Skip to content

Commit

Permalink
Merge a952e3b into a9d3d3e
Browse files Browse the repository at this point in the history
  • Loading branch information
gerzse authored Mar 18, 2024
2 parents a9d3d3e + a952e3b commit 4224b71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/redis/clients/jedis/PipeliningBase.java
Original file line number Diff line number Diff line change
Expand Up @@ -2088,7 +2088,7 @@ public Response<Long> expireAt(byte[] key, long unixTime) {

@Override
public Response<Long> expireAt(byte[] key, long unixTime, ExpiryOption expiryOption) {
return appendCommand(commandObjects.expireAt(key, unixTime));
return appendCommand(commandObjects.expireAt(key, unixTime, expiryOption));
}

@Override
Expand Down

0 comments on commit 4224b71

Please sign in to comment.