Search code examples
google-cloud-memorystore

Not able to connect to MemoryStore Redis C#


I am attempting to use the new GCP MemoryStore Redis feature, however, i am unable to find a way to connect to it via StackExchange or something similar. It seems the sdk is meant to manage the instance itself, not for performing Redis based actions.

Does anyone have any insight?


Solution

  • As far as MemoryStore goes, this is not possible, externally. GCP has a hosted version of Redis, which i ended up using, and works great.