Describe the bug

In the xClaim command of Redisson, the validation is incorrectly applied to the idleTime parameter instead of the minIdleTime parameter, leading to a NullPointerException (NPE). This issue arises when using the xClaim command with minIdleTime as intended, causing unexpected failures.

To Reproduce

            redisTemplate.opsForStream<String, String>()
                .claim("stream-key", "group", "consumer1", java.time.Duration.ofMillis(1000), it.id)

Spring Security Incorrect validation of idleTime instead of minIdleTime in xClaim command causing NPE

Expected behavior work xclaim

Comment From: jinia91

oops sorry lol