
    ]                     >    S r SSKJr   " S S\R                  5      rg)z4Command group for Cloud Memorystore Redis instances.    )basec                       \ rS rSrSrSrg)	Instances   aH  Manage Cloud Memorystore Redis instances.

## EXAMPLES

To create an instance with the name `my-redis-instance`, run:

  $ {command} create my-redis-instance

To delete an instance with the name `my-redis-instance`, run:

  $ {command} delete my-redis-instance

To display the details for an instance with the name `my-redis-instance`, run:

  $ {command} describe my-redis-instance

To list all the instances, run:

  $ {command} list

To set the label `env` to `prod` for an instance with the name
`my-redis-instance`, run:

  $ {command} my-redis-instance --update-labels=env=prod
 N)__name__
__module____qualname____firstlineno____doc____static_attributes__r       'lib/surface/redis/instances/__init__.pyr   r      s    r   r   N)r   googlecloudsdk.callioper   Groupr   r   r   r   <module>r      s    ; )

 r   