/*! @mainpage Google Cloud Memorystore for Redis API C++ Client Library An idiomatic C++ client library for the [Google Cloud Memorystore for Redis API][cloud-service-docs], a service to create and manage Redis instances on the Google Cloud Platform. While this library is **GA**, please note Google Cloud C++ client libraries do **not** follow [Semantic Versioning](https://semver.org/). @tableofcontents{HTML:2} ## Quickstart The following shows the code that you'll run in the `google/cloud/redis/quickstart/` directory, which should give you a taste of the Google Cloud Memorystore for Redis API C++ client library API. @snippet quickstart.cc all ## Main classes This library offers multiple `*Client` classes, which are listed below. Each one of these classes exposes all the RPCs for a service as member functions of the class. This library groups multiple services because they are part of the same product or are often used together. A typical example may be the administrative and data plane operations for a single product. The library also has other classes that provide helpers, configuration parameters, and infrastructure to mock the `*Client` classes when testing your application. - [\c redis_cluster_v1::CloudRedisClusterClient](@ref google::cloud::redis_cluster_v1::CloudRedisClusterClient) - [\c redis_v1::CloudRedisClient](@ref google::cloud::redis_v1::CloudRedisClient) ## More Information - @ref common-error-handling - describes how the library reports errors. - @ref redis-override-endpoint - describes how to override the default endpoint. - @ref redis-override-authentication - describes how to change the authentication credentials used by the library. - @ref redis-override-retry - describes how to change the default retry policies. - @ref redis-env - describes environment variables that can configure the behavior of the library. [cloud-service-docs]: https://cloud.google.com/memorystore/docs/redis */