github.com/aavshr/aws-sdk-go@v1.41.3/service/memorydb/doc.go (about)

     1  // Code generated by private/model/cli/gen-api/main.go. DO NOT EDIT.
     2  
     3  // Package memorydb provides the client and types for making API
     4  // requests to Amazon MemoryDB.
     5  //
     6  // MemoryDB for Redis is a fully managed, Redis-compatible, in-memory database
     7  // that delivers ultra-fast performance and Multi-AZ durability for modern applications
     8  // built using microservices architectures. MemoryDB stores the entire database
     9  // in-memory, enabling low latency and high throughput data access. It is compatible
    10  // with Redis, a popular open source data store, enabling you to leverage Redis’
    11  // flexible and friendly data structures, APIs, and commands.
    12  //
    13  // See https://docs.aws.amazon.com/goto/WebAPI/memorydb-2021-01-01 for more information on this service.
    14  //
    15  // See memorydb package documentation for more information.
    16  // https://docs.aws.amazon.com/sdk-for-go/api/service/memorydb/
    17  //
    18  // Using the Client
    19  //
    20  // To contact Amazon MemoryDB with the SDK use the New function to create
    21  // a new service client. With that client you can make API requests to the service.
    22  // These clients are safe to use concurrently.
    23  //
    24  // See the SDK's documentation for more information on how to use the SDK.
    25  // https://docs.aws.amazon.com/sdk-for-go/api/
    26  //
    27  // See aws.Config documentation for more information on configuring SDK clients.
    28  // https://docs.aws.amazon.com/sdk-for-go/api/aws/#Config
    29  //
    30  // See the Amazon MemoryDB client MemoryDB for more
    31  // information on creating client for this service.
    32  // https://docs.aws.amazon.com/sdk-for-go/api/service/memorydb/#New
    33  package memorydb