How to perform Keys (read, write, delete,) on Google memory store of RedisCache using .net core
Asked
Active
Viewed 1,111 times
2 Answers
1
The Memorystore API is used to manage Memorystore instances (create , delete instances, etc). If you want to read, write, and delete data (key-value pairs) within the instance, you need to use a Redis Client. There are many Redis Clients available for C#.

Akshansha Singhal
- 844
- 2
- 9
0
I see an example for java here [1], which suggests that any library may be used to connect, there is nothing specific for it being on Google Cloud Platform.
Keep a lookout at https://github.com/GoogleCloudPlatform/dotnet-docs-samples, for any future updates on .net.
In the meanwhile, https://github.com/beetlex-io/BeetleX.Redis is one such .net library listed on official Redis site https://redis.io/clients

Gourav B
- 864
- 5
- 17