Skip to content

JedisKeyCommands.del asset error [DATAREDIS-1021] #1590

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
spring-projects-issues opened this issue Jul 31, 2019 · 0 comments
Closed

JedisKeyCommands.del asset error [DATAREDIS-1021] #1590

spring-projects-issues opened this issue Jul 31, 2019 · 0 comments
Assignees
Labels
in: jedis Jedis driver type: bug A general bug

Comments

@spring-projects-issues
Copy link

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in: jedis Jedis driver type: bug A general bug
Projects
None yet
Development

No branches or pull requests

2 participants