Cloud Redis: is a fully managed Redis service for the Google Cloud. Applications running on Google Cloud can achieve extreme performance by leveraging the highly scalable, available, secure Redis service without the burden of managing complex Redis deployments.
Install this library in a virtual environment using venv. venv is a tool that
creates isolated Python environments. These isolated environments can have separate
versions of Python packages, which allows you to isolate one project’s dependencies
from the dependencies of other projects.
With venv, it’s possible to install this library without needing system
install permissions, and without clashing with the installed system
dependencies.
Code samples and snippets
Code samples and snippets live in the samples/ folder.
Supported Python Versions
Our client libraries are compatible with all current active and maintenance versions of
Python.
Python >= 3.7
Unsupported Python Versions
Python <= 3.6
If you are using an end-of-life
version of Python, we recommend that you update as soon as possible to an actively supported version.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-28 UTC."],[],[],null,["Version latestkeyboard_arrow_down\n\n- [2.18.0 (latest)](/python/docs/reference/redis/latest)\n- [2.17.0](/python/docs/reference/redis/2.17.0)\n- [2.16.1](/python/docs/reference/redis/2.16.1)\n- [2.15.5](/python/docs/reference/redis/2.15.5)\n- [2.14.0](/python/docs/reference/redis/2.14.0)\n- [2.13.1](/python/docs/reference/redis/2.13.1)\n- [2.12.1](/python/docs/reference/redis/2.12.1)\n- [2.11.1](/python/docs/reference/redis/2.11.1)\n- [2.10.0](/python/docs/reference/redis/2.10.0)\n- [2.9.3](/python/docs/reference/redis/2.9.3)\n- [2.8.1](/python/docs/reference/redis/2.8.1)\n- [2.7.1](/python/docs/reference/redis/2.7.1)\n- [2.6.0](/python/docs/reference/redis/2.6.0)\n- [2.5.1](/python/docs/reference/redis/2.5.1)\n- [2.4.1](/python/docs/reference/redis/2.4.1)\n- [2.3.0](/python/docs/reference/redis/2.3.0)\n- [2.2.4](/python/docs/reference/redis/2.2.4)\n- [2.1.1](/python/docs/reference/redis/2.1.1)\n- [2.0.0](/python/docs/reference/redis/2.0.0)\n- [1.0.2](/python/docs/reference/redis/1.0.2)\n- [0.4.0](/python/docs/reference/redis/0.4.0)\n- [0.3.0](/python/docs/reference/redis/0.3.0) \n\nPython Client for Cloud Redis\n=============================\n\n[](https://github.com/googleapis/google-cloud-python/blob/main/README.rst#stability-levels) [](https://pypi.org/project/google-cloud-redis/) [](https://pypi.org/project/google-cloud-redis/)\n\n[Cloud Redis](https://cloud.google.com/memorystore/docs/redis/): is a fully managed Redis service for the Google Cloud. Applications running on Google Cloud can achieve extreme performance by leveraging the highly scalable, available, secure Redis service without the burden of managing complex Redis deployments.\n\n- [Client Library Documentation](https://cloud.google.com/python/docs/reference/redis/latest/summary_overview)\n\n- [Product Documentation](https://cloud.google.com/memorystore/docs/redis/)\n\nQuick Start\n-----------\n\nIn order to use this library, you first need to go through the following steps:\n\n1. [Select or create a Cloud Platform project.](https://console.cloud.google.com/project)\n\n2. [Enable billing for your project.](https://cloud.google.com/billing/docs/how-to/modify-project#enable_billing_for_a_project)\n\n3. [Enable the Cloud Redis.](https://cloud.google.com/memorystore/docs/redis/)\n\n4. [Set up Authentication.](https://googleapis.dev/python/google-api-core/latest/auth.html)\n\n### Installation\n\nInstall this library in a virtual environment using [venv](https://docs.python.org/3/library/venv.html). [venv](https://docs.python.org/3/library/venv.html) is a tool that\ncreates isolated Python environments. These isolated environments can have separate\nversions of Python packages, which allows you to isolate one project's dependencies\nfrom the dependencies of other projects.\n\nWith [venv](https://docs.python.org/3/library/venv.html), it's possible to install this library without needing system\ninstall permissions, and without clashing with the installed system\ndependencies.\n\n### Code samples and snippets\n\nCode samples and snippets live in the [samples/](https://github.com/googleapis/google-cloud-python/tree/main/packages/google-cloud-redis/samples) folder.\n\n#### Supported Python Versions\n\nOur client libraries are compatible with all current [active](https://devguide.python.org/devcycle/#in-development-main-branch) and [maintenance](https://devguide.python.org/devcycle/#maintenance-branches) versions of\nPython.\n\nPython \\\u003e= 3.7\n\n#### Unsupported Python Versions\n\nPython \\\u003c= 3.6\n\nIf you are using an [end-of-life](https://devguide.python.org/devcycle/#end-of-life-branches)\nversion of Python, we recommend that you update as soon as possible to an actively supported version.\n\n#### Mac/Linux\n\n python3 -m venv \u003cyour-env\u003e\n source \u003cyour-env\u003e/bin/activate\n pip install google-cloud-redis\n\n#### Windows\n\n py -m venv \u003cyour-env\u003e\n .\\\u003cyour-env\u003e\\Scripts\\activate\n pip install google-cloud-redis\n\n### Next Steps\n\n- Read the [Client Library Documentation](https://cloud.google.com/python/docs/reference/redis/latest/summary_overview) for Cloud Redis\n to see other available methods on the client.\n\n- Read the [Cloud Redis Product documentation](https://cloud.google.com/memorystore/docs/redis/) to learn\n more about the product and see How-to Guides.\n\n- View this [README](https://github.com/googleapis/google-cloud-python/blob/main/README.rst) to see the full list of Cloud\n APIs that we cover."]]