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.
- Host: GitHub
- URL: https://github.com/cihatsolak/net7-redis-database
- Owner: cihatsolak
- License: mit
- Created: 2021-04-04T15:41:57.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-05-14T14:19:41.000Z (about 2 years ago)
- Last Synced: 2025-12-14T12:22:13.304Z (6 months ago)
- Topics: cache, decorator-design-pattern, distributed-cache, inmemory-cache, net7, redis-client, redis-server
- Language: C#
- Homepage: https://cihatsolak.medium.com/veri-yap%C4%B1s%C4%B1-deposu-redis-85c6cc247938
- Size: 74.2 KB
- Stars: 8
- Watchers: 1
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# NET CORE 5 - REDIS

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

#### 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/)