We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b346d71 commit 552458dCopy full SHA for 552458d
src/test/java/org/springframework/data/redis/core/DefaultHashOperationsIntegrationTests.java
@@ -326,6 +326,7 @@ void testExpireAtAndGetExpireMillis() {
326
}
327
328
@ParameterizedRedisTest
329
+ @EnabledOnCommand("HEXPIRE")
330
void expireThrowsErrorOfNanoPrecision() {
331
332
K key = keyFactory.instance();
@@ -336,6 +337,7 @@ void expireThrowsErrorOfNanoPrecision() {
336
337
338
339
340
341
void testExpireWithOptionsNone() {
342
343
0 commit comments