skip to Main Content

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


  1. Chosen as BEST ANSWER

    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.


  2. 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

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search