Does anyone have .Net core sample of using GCP Memorystore Redis instance. What libraries one need to use mainly for key-value kind of store.
Does anyone have .Net core sample of using GCP Memorystore Redis instance. What libraries one need to use mainly for key-value kind of store.
2
Answers
Update - I used Microsoft.Extensions.Caching.Redis library to connect and do the operations. The only caveat is that it doesn't have the RemoveAll support i.e. removing or clearing all the keys.
I am having similar issue like mahesh posted.
I check the library recommend by Google .net core. but could not find the method how to set TTL.
is their an sample available for Add, read, remove operation with net with library.
Regards
Samir