redis

package
v0.0.455-pre-1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 7, 2023 License: Apache-2.0 Imports: 18 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func AttachDatabase added in v0.0.428

func AttachDatabase(ctx context.Context, db *RedisAddOn, appName string) (err error)

func GetExcludedRegions added in v0.0.452

func GetExcludedRegions(ctx context.Context) (excludedRegions []string, err error)

func New

func New() (cmd *cobra.Command)

TODO: make internal once the open command has been deprecated

Types

type AddOnOptions added in v0.0.434

type AddOnOptions map[string]interface{}

type RedisAddOn added in v0.0.428

Alias unwieldy types from GraphQL generated code

func Create added in v0.0.428

func Create(ctx context.Context, org *api.Organization, name string, region *api.Region, planFlag string, disallowReplicas bool, enableEviction bool) (addOn *RedisAddOn, err error)

func ProvisionDatabase added in v0.0.428

func ProvisionDatabase(ctx context.Context, org *api.Organization, config RedisConfiguration) (addOn *RedisAddOn, err error)

type RedisConfiguration added in v0.0.428

type RedisConfiguration struct {
	Name          string
	PlanId        string
	PrimaryRegion *api.Region
	ReadRegions   []api.Region
	Eviction      bool
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL