service/memorydb/doc.go (1 lines of code) (raw):
// Code generated by private/model/cli/gen-api/main.go. DO NOT EDIT.
// Package memorydb provides the client and types for making API
// requests to Amazon MemoryDB.
//
// MemoryDB is a fully managed, Redis OSS-compatible, in-memory database that
// delivers ultra-fast performance and Multi-AZ durability for modern applications
// built using microservices architectures. MemoryDB stores the entire database
// in-memory, enabling low latency and high throughput data access. It is compatible
// with Redis OSS, a popular open source data store, enabling you to leverage
// Redis OSS’ flexible and friendly data structures, APIs, and commands.
//
// See https://docs.aws.amazon.com/goto/WebAPI/memorydb-2021-01-01 for more information on this service.
//
// See memorydb package documentation for more information.
// https://docs.aws.amazon.com/sdk-for-go/api/service/memorydb/
//
// # Using the Client
//
// To contact Amazon MemoryDB with the SDK use the New function to create
// a new service client. With that client you can make API requests to the service.
// These clients are safe to use concurrently.
//
// See the SDK's documentation for more information on how to use the SDK.
// https://docs.aws.amazon.com/sdk-for-go/api/
//
// See aws.Config documentation for more information on configuring SDK clients.
// https://docs.aws.amazon.com/sdk-for-go/api/aws/#Config
//
// See the Amazon MemoryDB client MemoryDB for more
// information on creating client for this service.
// https://docs.aws.amazon.com/sdk-for-go/api/service/memorydb/#New
package memorydb