Skip to content

Remove unused SENTINELAUTH placeholder and related dead code #2072

@coderabbitai

Description

@coderabbitai

Background

The SENTINELAUTH feature and related placeholder code in Redis init scripts were never fully implemented or advertised, and should be removed as dead code.

Details

  • The __REPLACE_DEFAULT_SENTINEL_AUTH__ placeholder is referenced in build/redis/init.sh.tpl but has no corresponding template configuration
  • The original implementation (commit 7d0356b) never completed the feature
  • No public documentation or usage of SENTINELAUTH support exists
  • The code has been carried forward without being functional

Affected Files

  • build/redis/init.sh.tpl (lines around 268 with SENTINELAUTH substitution logic)
  • Any other references to SENTINELAUTH or REPLACE_DEFAULT_SENTINEL_AUTH

Acceptance Criteria

  • Remove SENTINELAUTH-related code from init scripts
  • Remove unused placeholder references
  • Clean up any related dead code

References

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions