Redis cache is an open source In-Memory data store.
In-memory is best way to store and get data faster, but its not ideal for persisting data.
Nuget package StackExchange.Redis helps to configure Redis cache on .NET code
ConnectionMultiplexer class helps to establish connection with Redis cache.
Note: Redis Pricing Tier C0 Basic offers up to 250MB cache and is sufficient for the hands-on
In-memory is best way to store and get data faster, but its not ideal for persisting data.
Nuget package StackExchange.Redis helps to configure Redis cache on .NET code
ConnectionMultiplexer class helps to establish connection with Redis cache.
Note: Redis Pricing Tier C0 Basic offers up to 250MB cache and is sufficient for the hands-on
No comments:
Post a Comment