Wrapper around MongoDB and Redis to easily execute CRUD operations against MongoDB using POCOs while optionally caching collections / documents in Redis.
Info
Version: | 4.0.0 |
Author(s): | Kyle Barnes |
Last Update: | Wednesday, September 28, 2022 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/scubed2010/MongoRedi |
NuGet Url: | https://www.nuget.org/packages/MongoRedi |
Install
Install-Package MongoRedi
dotnet add package MongoRedi
paket add MongoRedi
MongoRedi Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.Extensions.Configuration(>= 5.0.0)
- Microsoft.Extensions.Configuration.FileExtensions(>= 5.0.0)
- Microsoft.Extensions.Configuration.Json(>= 5.0.0)
- MongoDB.Driver(>= 2.11.6)
- Newtonsoft.Json(>= 12.0.3)
- StackExchange.Redis(>= 2.2.4)
- System.Configuration.ConfigurationManager(>= 5.0.0)
Tags