redis / jedis

Redis Java client
https://redis.github.io/jedis/
MIT License
11.89k stars 3.87k forks source link

Add javadoc to clear up implicit behavior #3991

Closed joshrotenberg closed 1 month ago

joshrotenberg commented 1 month ago

This should probably be fixed with some kind of configuration merging, but in an effort to avoid breaking changes, these docs should at least make the behavior clear.

Fixes #3982.

joshrotenberg commented 1 month ago

I made a few changes, let me know what you think.