You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Line 108 Assert.noNullElements(keys, "Keys must not be null!");
should be Assert.notNull(keys, "Keys must not be null!");
Line 109 Assert.noNullElements(keys, "Keys must not contain null elements!");
thinkpiggy opened DATAREDIS-1021 and commented
Line 108 Assert.noNullElements(keys, "Keys must not be null!");
should be Assert.notNull(keys, "Keys must not be null!");
Line 109 Assert.noNullElements(keys, "Keys must not contain null elements!");
Affects: 2.2 RC1 (Moore)
Reference URL: https://github.com/spring-projects/spring-data-redis/blob/master/src/main/java/org/springframework/data/redis/connection/jedis/JedisKeyCommands.java
Referenced from: commits 07099dc, 1ec61c5
Backported to: 2.1.11 (Lovelace SR11)
The text was updated successfully, but these errors were encountered: