Skip to content

Typo: newValueAvaliable() method name in RedisCache public API #90

Description

@bigsamich

Description

In RedisCache.hpp, the public method newValueAvaliable() and clearNewValueAvaliable() are misspelled — "Avaliable" should be "Available".

Note that the internal std::atomic<bool> newValueAvailable member variable is already spelled correctly.

This is a public API issue that will be harder to fix later without breaking callers.

Severity

Low

Suggested Fix

Rename to newValueAvailable() and clearNewValueAvailable(). Consider keeping the old names as deprecated aliases temporarily if there are existing callers.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions