Skip to content

Fix inconsistent Javadoc parameter references #3400

Description

@leeworms

I came across a few small Javadoc mismatches while browsing the APIs.

Some comments use parameter names that don’t match the actual method signatures, like begin instead of start, or field where the method uses key or fields. I also found a couple of must not be null notes on primitive parameters and one duplicated pipeline/transaction return note.

Most of these are in ListOperations, ValueOperations, and RedisHashCommands.

There’s no behavioral change here—just a small cleanup to keep the generated API docs accurate and consistent.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions