Open oxo1996 opened 6 days ago
@oxo1996 Please sign the Contributor License Agreement!
Click here to manually synchronize the status of this Pull Request.
See the FAQ for frequently asked questions.
@oxo1996 Thank you for signing the Contributor License Agreement!
The Javadoc for the
setIfAbsent
method inReactiveValueOperations
incorrectly referencesSETNX
. However, the implementation actually uses theSET
command with theNX
option. This update aligns the documentation with the current implementation.