You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A Redis cache application typically involves utilizing Redis as a high-performance, in-memory data store to improve the speed and efficiency of data access in various types of applications.
Add the service dependency as services.AddRedisCache(redisConnstr);
and use IRedisCacheService to access the create, get and delete methods
About
A Redis cache application typically involves utilizing Redis as a high-performance, in-memory data store to improve the speed and efficiency of data access in various types of applications.