Javadocs
BaseBatch.java and the methods within the command interfaces will both contain documentation on how the command operates. In the command interface each command’s javadoc should contain:
- Detail on when Valkey started supporting the command (if it wasn’t initially implemented in 6.0.0 or before).
- A link to the Valkey documentation.
- Information about the function parameters.
- Any glide-core implementation details, such as how glide-core manages default routing for the command. Reference this link for an example.
- The command’s return type. In the BaseBatch.java file, include “Command Response” before specifying the return type.