Skip to content

Conversation

raz-mon
Copy link
Collaborator

@raz-mon raz-mon commented Jun 7, 2025

No description provided.

@raz-mon raz-mon requested a review from Copilot June 7, 2025 16:38
Copy link

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR introduces a new parameter tlsCluster to control whether cluster communication uses TLS, decoupling inter-shard TLS connections from standard TLS usage. Key changes include:

  • Adding a new tlsCluster parameter (default True) to the redis_std.py and env.py constructors.
  • Updating the createCmdArgs method in redis_std.py to include the TLS flag conditionally.
  • Updating the README.md file to document the new --tlsCluster option.

Reviewed Changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.

File Description
RLTest/redis_std.py Added tlsCluster parameter and updated createCmdArgs to check it.
RLTest/env.py Added tlsCluster initialization in the Defaults class and init.
README.md Documented the new --tlsCluster option.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant