Can you use a shared Redis cache across different cloud/compute platforms?

93 Views Asked by At

We are looking to move our GPU based services to a cheaper specialized compute platform. Our backend is hosted on GCP and we're using a Redis Memory store between several services in GCP. Happy to switch to another Redis provider if needed.

1

There are 1 best solutions below

0
On

Yes, it appears GCP Memory Store for Redis is a large subset of the open source Redis. Being the two protocol-compatible, you may easily point your service to any non-GCP Redis setup.