Skip to content

Commit

Permalink
feat(dbaas): add valkey properties support
Browse files Browse the repository at this point in the history
  • Loading branch information
paketeserrano committed Jan 10, 2025
1 parent 6bb0ba0 commit d0c742f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/commands/all/all.go
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@ func BuildCommands(rootCmd *cobra.Command, conf *config.Config) {
{serviceName: "OpenSearch", serviceType: "opensearch"},
{serviceName: "PostgreSQL", serviceType: "pg"},
{serviceName: "Redis", serviceType: "redis"},
{serviceName: "Valkey", serviceType: "valkey"},
} {
typeCommand := commands.BuildCommand(databaseproperties.DBTypeCommand(i.serviceType, i.serviceName), propertiesCommand.Cobra(), conf)
commands.BuildCommand(databaseproperties.ShowCommand(i.serviceType, i.serviceName), typeCommand.Cobra(), conf)
Expand Down

0 comments on commit d0c742f

Please sign in to comment.