-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
Question regarding "nil" #976
Comments
@JensRantil Here you have an example: Let us know if you have further questions. |
Thanks @marcosnils. Yes, the JavaDoc definitely need to clarify this. Especially the |
@JensRantil there are some javadoc issues open already. I'll close this one as we have the others |
👍 |
Hi again @marcosnils, sorry for being a pain - could you refer to an issue the would solve this? I think it would be fair to do that for future reference. |
Sure, #978 |
I am using
Jedis#lindex([]byte)
. Its JavaDoc states that it might return 'nil'. Does that mean need to compare it againstnew String("nil").toBytes(CharSets.LATIN1)
to check for existence? Or is it some other way? How about adding a constant to compare against and refer to that in the JavaDoc?The text was updated successfully, but these errors were encountered: