Skip to content

Conversation

dengliming
Copy link

Resolves #2294

@sazzad16 sazzad16 added this to the 3.6.0 milestone Mar 12, 2021
dengliming added 2 commits March 17, 2021 21:22
@dengliming

This comment was marked as off-topic.

@sazzad16
Copy link
Contributor

The package name args is very similar to params

@dengliming What can you suggest us do now? params should stay dedicated for options. And it is not something that I to break things.

Copy link
Contributor

@sazzad16 sazzad16 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

One last thing. WDYT about using @Nullable before UnblockType?

@dengliming

This comment was marked as off-topic.

@dengliming

This comment was marked as off-topic.

@sazzad16
Copy link
Contributor

Introduce @Nullable maybe better. Let user clearly know the params can be null. but we also need to import the annotation api(e.g. javax.annotation-api) right?

Hmm, you're right. Could you please add javadocs (in all methods) stating that UnblockType can be null? It's either this or adding new methods without UnblockType.

dengliming and others added 3 commits March 17, 2021 22:24
# Conflicts:
#	src/main/java/redis/clients/jedis/BinaryClient.java
#	src/main/java/redis/clients/jedis/Protocol.java
@sazzad16 sazzad16 merged commit 6f9fb61 into redis:master Mar 17, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add support for clientUnblock command

2 participants