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
xiaohu-zhang opened DATAREDIS-706 and commented
org.springframework.data.redis.connection.jedis.JedisClusterStringCommands.set(byte[], byte[], Expiration, SetOption) both have the
org.springframework.data.redis.connection.jedis.JedisClusterStringCommands.set(byte[], byte[], Expiration, SetOption)
Assert.notNull(expiration, "Expiration must not be null!"); Assert.notNull(option, "Option must not be null!");
and
if (expiration == null if (option == null
that is redundance in the code
Affects: 2.0.1 (Kay SR1)
Referenced from: pull request #278
Backported to: 2.0.2 (Kay SR2)
The text was updated successfully, but these errors were encountered:
mp911de
No branches or pull requests
spring-projects-issues commentedSep 28, 2017
xiaohu-zhang opened DATAREDIS-706 and commented
org.springframework.data.redis.connection.jedis.JedisClusterStringCommands.set(byte[], byte[], Expiration, SetOption)
both have the
and
that is redundance in the code
Affects: 2.0.1 (Kay SR1)
Referenced from: pull request #278
Backported to: 2.0.2 (Kay SR2)
The text was updated successfully, but these errors were encountered: