Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: [Memorystore for Redis Cluster] Added support for maintenance window and rescheduling maintenance #28241

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -77,12 +77,6 @@ module Cluster
# Note that location_id must be a GCP `region`; for example:
# * `projects/redpepper-1290/locations/us-central1/clusters/my-redis`
#
# We use API version selector for Flex APIs
# * The versioning strategy is release-based versioning
# * Our backend CLH only deals with the superset version (called v1main)
# * Existing backend for Redis Gen1 and MRR is not touched.
# * More details in go/redis-flex-api-versioning
#
# @param version [::String, ::Symbol] The API version to connect to. Optional.
# Defaults to `:v1`.
# @param transport [:grpc, :rest] The transport to use. Defaults to `:grpc`.
Expand Down
Loading