Skip to content

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.

License

Notifications You must be signed in to change notification settings

imsziya/rediscache

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rediscache

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.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages