Files
spring-data-redis/src/main/java/org/springframework
Mark Paluch 1ae1acf98f DATAREDIS-1031 - Fix reactive pExpire/pExpireAt to invoke correct command.
We now invoke the correct PEXPIRE(AT) command. Previously, we invoked EXPIRE/EXPIREAT commands resulting in the wrong command being called.

Original Pull Request: #474
2019-09-04 13:45:18 +02:00
..