Skip to content

Conversation

@fabianfett
Copy link
Collaborator

No description provided.

@github-actions
Copy link

github-actions bot commented Apr 9, 2025

Pull request benchmark comparison [ubuntu-latest] with 'main' run at 2025-04-18T13:55:08+00:00
Pull request no significant performance differences ✅

/// A description of a single node that is part of a valkey cluster
public protocol ValkeyNodeDescriptionProtocol: Sendable, Equatable {
/// The node's host name.
var host: String? { get }
Copy link
Collaborator

Choose a reason for hiding this comment

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

It would be good if we were consistent across the package in how we describe a server address. Could we use ServerAddress here?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Most discovery mechanisms that I have seen work exactly this way (3 out of 3). I think it should be our job to map this back into ServerAddress and not the users.

@adam-fowler adam-fowler merged commit e5c797b into main Apr 23, 2025
4 checks passed
@adam-fowler adam-fowler deleted the ff-ValkeyClusterDiscovery branch April 23, 2025 08:00
adam-fowler added a commit that referenced this pull request Jul 11, 2025
adam-fowler added a commit that referenced this pull request Jul 14, 2025
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.

3 participants