redis

package
v0.0.428 Latest Latest
Warning

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

Go to latest
Published: Nov 3, 2022 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, app *api.App) (err error)

func New

func New() (cmd *cobra.Command)

TODO: make internal once the open command has been deprecated

Types

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