Skip to content

Commit

Permalink
Addressed review comments
Browse files Browse the repository at this point in the history
Signed-off-by: EdricCua <[email protected]>
  • Loading branch information
EdricCua committed Jan 30, 2025
1 parent a6f1f75 commit c02b0e5
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions go/api/connection_management_cluster_commands.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,6 @@ type ConnectionManagementClusterCommands interface {
Ping() (string, error)

PingWithOptions(pingOptions options.ClusterPingOptions) (string, error)
}
// Copyright Valkey GLIDE Project Contributors - SPDX Identifier: Apache-2.0

package api

import "github.com/valkey-io/valkey-glide/go/glide/api/options"

// Supports commands and transactions for the "Connection Management" group of commands for cluster client.
//
// See [valkey.io] for details.
//
// [valkey.io]: https://valkey.io/commands/#connection
type ConnectionManagementClusterCommands interface {
EchoWithOptions(echoOptions options.ClusterEchoOptions) (ClusterValue[string], error)
}

0 comments on commit c02b0e5

Please sign in to comment.