An open API service indexing awesome lists of open source software.

https://github.com/cihatsolak/net7-redis-database

Redis is an open source (BSD licensed), in-memory data structure store, used as a database, cache, and message broker. Redis provides data structures such as strings, hashes, lists, sets, sorted sets with range queries, bitmaps, hyperloglogs, geospatial indexes, and streams.
https://github.com/cihatsolak/net7-redis-database

cache decorator-design-pattern distributed-cache inmemory-cache net7 redis-client redis-server

Last synced: 3 months ago
JSON representation

Redis is an open source (BSD licensed), in-memory data structure store, used as a database, cache, and message broker. Redis provides data structures such as strings, hashes, lists, sets, sorted sets with range queries, bitmaps, hyperloglogs, geospatial indexes, and streams.

Awesome Lists containing this project

README

          

# NET CORE 5 - REDIS

![redis](https://user-images.githubusercontent.com/54249736/114280689-29d14900-9a43-11eb-9ebf-93b2a88ddd04.jpg)

In general, we call the caching process for both saving the data and reading it when needed. With Caching, we can reduce our response times, provide a better user experience and benefit from reducing unnecessary costs. Redis is the NoSQL database that keeps data in memory. I talked about in-memory cache and distributed cache methods in the project. InMemoryCache, as it is known, is a type of cache saved in the server memory. IDistributedCache is the method by which we save data completely independent of server memory. You can find its two methods, its advantages and disadvantages in the project.

## Libraries
![image](https://user-images.githubusercontent.com/54249736/114281034-cb0ccf00-9a44-11eb-8835-d5aef535ac0d.png)

#### Installed Packages (NetCoreRedis)
* Microsoft.Extensions.Caching.StackExchangeRedis
* Microsoft.VisualStudio.Web.CodeGeneration.Design
* StackExchange.Redis

#### Contact Addresses
##### Linkedin: [Send a message on Linkedin](https://www.linkedin.com/in/cihatsolak/)
##### Twitter: [Go to @cihattsolak](https://twitter.com/cihattsolak)
##### Medium: [Read from medium](https://cihatsolak.medium.com/)