diff --git a/go/api/glide_cluster_client.go b/go/api/glide_cluster_client.go index b0ec5f35fd..9caf6fc841 100644 --- a/go/api/glide_cluster_client.go +++ b/go/api/glide_cluster_client.go @@ -18,6 +18,7 @@ type GlideClusterClientCommands interface { BaseClient GenericClusterCommands ServerManagementClusterCommands + ConnectionManagementClusterCommands } // GlideClusterClient implements cluster mode operations by extending baseClient functionality. diff --git a/go/integTest/cluster_commands_test.go b/go/integTest/cluster_commands_test.go index 0d98d156e9..d5622ee0e0 100644 --- a/go/integTest/cluster_commands_test.go +++ b/go/integTest/cluster_commands_test.go @@ -8,6 +8,7 @@ import ( "github.com/stretchr/testify/assert" "github.com/valkey-io/valkey-glide/go/glide/api" "github.com/valkey-io/valkey-glide/go/glide/api/config" + "github.com/valkey-io/valkey-glide/go/glide/api/options" ) func (suite *GlideTestSuite) TestClusterCustomCommandInfo() {