Skip to content

Commit

Permalink
Merge 8566f26 into 8b4f421
Browse files Browse the repository at this point in the history
  • Loading branch information
gerzse authored Mar 22, 2024
2 parents 8b4f421 + 8566f26 commit 712ae76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/redis/clients/jedis/UnifiedJedis.java
Original file line number Diff line number Diff line change
Expand Up @@ -457,7 +457,7 @@ public long pexpireAt(byte[] key, long millisecondsTimestamp) {

@Override
public long pexpireAt(byte[] key, long millisecondsTimestamp, ExpiryOption expiryOption) {
return executeCommand(commandObjects.expireAt(key, millisecondsTimestamp, expiryOption));
return executeCommand(commandObjects.pexpireAt(key, millisecondsTimestamp, expiryOption));
}

@Override
Expand Down

0 comments on commit 712ae76

Please sign in to comment.