MassTransit.Redis
8.0.14
See the version list below for details.
dotnet add package MassTransit.Redis --version 8.0.14
NuGet\Install-Package MassTransit.Redis -Version 8.0.14
<PackageReference Include="MassTransit.Redis" Version="8.0.14" />
paket add MassTransit.Redis --version 8.0.14
#r "nuget: MassTransit.Redis, 8.0.14"
// Install MassTransit.Redis as a Cake Addin
#addin nuget:?package=MassTransit.Redis&version=8.0.14
// Install MassTransit.Redis as a Cake Tool
#tool nuget:?package=MassTransit.Redis&version=8.0.14
MassTransit
MassTransit provides a developer-focused, modern platform for creating distributed applications without complexity.
- First class testing support
- Write once, then deploy using RabbitMQ, Azure Service Bus, and Amazon SQS
- Observability via Open Telemetry (OTEL)
- Fully-supported, widely-adopted, a complete end-to-end solution
Documentation
Get started by reading through the documentation.
Build Status
Branch | Status |
---|---|
master | |
develop |
MassTransit NuGet Packages
The following NuGet packages are the currently supported.
Transports
- MassTransit.ActiveMQ
- MassTransit.AmazonSQS
- MassTransit.Azure.ServiceBus.Core
- MassTransit.RabbitMQ
- Riders
Saga Persistence
- MassTransit.Azure.Cosmos
- MassTransit.Azure.Cosmos.Table
- MassTransit.DapperIntegration
- MassTransit.DynamoDb
- MassTransit.EntityFramework
- MassTransit.EntityFrameworkCore
- MassTransit.Marten
- MassTransit.MongoDb
- MassTransit.NHibernate
- MassTransit.Redis
Message Data
Scheduling
Interoperability
Other
- MassTransit.Analyzers
- MassTransit.SignalR
- MassTransit.Prometheus
- MassTransit.StateMachineVisualizer
- MassTransit.TestFramework
Deprecated Packages
The following packages from earlier versions of MassTransit are no longer supported.
- Automatonymous
- Automatonymous.NHibernate
- Automatonymous.Visualizer
- GreenPipes
- MassTransit.ApplicationInsights
- MassTransit.AspNetCore
- MassTransit.Autofac
- MassTransit.Automatonymous
- MassTransit.Automatonymous.Autofac
- MassTransit.Automatonymous.Extensions.DependencyInjection
- MassTransit.Automatonymous.Lamar
- MassTransit.Automatonymous.SimpleInjector
- MassTransit.Automatonymous.StructureMap
- MassTransit.Automatonymous.Windsor
- MassTransit.AzureServiceBus
- MassTransit.CastleWindsor
- MassTransit.Extensions.DependencyInjection
- MassTransit.Extensions.Logging
- MassTransit.Host
- MassTransit.Http
- MassTransit.Lamar
- MassTransit.Log4Net
- MassTransit.MSMQ
- MassTransit.Ninject
- MassTransit.NLog
- MassTransit.Platform.Abstractions
- MassTransit.Reactive
- MassTransit.SerilogIntegration
- MassTransit.SimpleInjector
- MassTransit.StructureMap
- MassTransit.StructureMapSigned
- MassTransit.Unity
Discord
Get help live at the MassTransit Discord server.
GitHub Issues
Please do not open an issue on GitHub, unless you have spotted an actual bug in MassTransit.
Use GitHub Discussions to ask questions, bring up ideas, or other general items. Issues are not the place for questions, and will either be converted to a discussion or closed.
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows net7.0 net7.0-android net7.0-ios net7.0-maccatalyst net7.0-macos net7.0-tvos net7.0-windows |
.NET Core | netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard2.0 netstandard2.1 |
.NET Framework | net461 net462 net463 net47 net471 net472 net48 net481 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen40 tizen60 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
-
.NETFramework 4.6.2
- MassTransit (>= 8.0.14)
- StackExchange.Redis (>= 2.6.90)
-
.NETStandard 2.0
- MassTransit (>= 8.0.14)
- StackExchange.Redis (>= 2.6.90)
-
.NETStandard 2.1
- MassTransit (>= 8.0.14)
- StackExchange.Redis (>= 2.6.90)
-
net6.0
- MassTransit (>= 8.0.14)
- StackExchange.Redis (>= 2.6.90)
NuGet packages (2)
Showing the top 2 NuGet packages that depend on MassTransit.Redis:
Package | Downloads |
---|---|
Carbon.MassTransit
3.9.6 - ReqRespAsync pattern support via ServiceBus restored - RoutingSlip ServiceBus support added 3.9.3 - It is now possible to call AddAsHighAvailableQueue and AddAsDefaultQueue extensions using custom RabbitMQSettings objects. 3.9.2 - Fixes a dependency injection unexpected behaviour when multi reqrespasync used 3.9.0 - MultiTarget framework support (.net3.1 - 5 - 6) rather than being single target with .NetStandard 2.0 which is outdated 3.8.0 - It is now possible to supply custom configuration objects to AddRabbitMqBus and AddServiceBus extensions. - It is now possible to give custom health check tags to AddRabbitMqBus extensions (helps in avoiding duplicates). 3.7.8 - Fixed a critical bug when ReqRespAsync is used in multiple APIs and same virtual hosts - Add multiple responder to your project 3.7.2 -Fixed a bug for quorum ReqRespAsync patterns 3.7.0 - HighAvailable Queues introduced (powered by quorum) 3.6.0 - ReqRespAsync as GetResponse/Respond Pattern introduced - Awaitable saga, routing slip or ReqRespAsync - Some other useful extension methods 3.5.2 - Minor fixes - Request Response Async Pattern response sender can send response from anywhere thanks to bus 3.5.0 - Request-Response Async Pattern introduced 3.4.0 - Masstransit upgraded to latest 7.x.x version - Masstransit HostedService is now using the as-is one comes directly from MassTransit package - RabbitMQ Healthchecks are now more accurate including all the consumers and their healthiness 3.3.0 - RoutingSlip pattern Added (ConsumeRoutingSlipActivity as consumer) 3.1.1 - MultiBus Hosted Service registration fixed 3.1.0 - MultiBus Support Added 3.0.4 -Health Check with IConnection 3.0.3 -Buggy Rabbitmq healthcheck removed temporarily, will be fixed in a later version 3.0.2 -Added Health Check 3.0.1 -Recovered the port settings feature from 2.0.8 3.0.0 -MassTransit 7.1.5 support added 2.1.0 -MassTransit 6.3.1 support added. Use this version, if MassTransit 6.3.1 required in your project. 2.0.8 -Port Issue fixed (RabbitMQ started using the port number in settings.) 2.0.7 -Prefetch Count Added |
|
DigitalRuby.SimplePubSub
Declarative and simple pub/sub for .NET using Mass Transit. |
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on MassTransit.Redis:
Repository | Stars |
---|---|
MassTransit/MassTransit
Distributed Application Framework for .NET
|
Version | Downloads | Last updated |
---|---|---|
8.0.15-develop.1197 | 23 | 3/31/2023 |
8.0.15-develop.1176 | 30 | 3/29/2023 |
8.0.15-develop.1174 | 31 | 3/28/2023 |
8.0.14 | 1,208 | 3/17/2023 |
8.0.13 | 5,893 | 2/18/2023 |
8.0.12 | 16,304 | 1/26/2023 |
8.0.11 | 4,314 | 1/20/2023 |
8.0.10 | 2,057 | 12/30/2022 |
8.0.9 | 3,357 | 12/5/2022 |
8.0.8 | 11,100 | 11/4/2022 |
8.0.7 | 13,011 | 10/7/2022 |
8.0.6 | 86,637 | 8/14/2022 |
8.0.5 | 29,105 | 7/11/2022 |
8.0.4 | 801 | 7/10/2022 |
8.0.3 | 20,456 | 6/3/2022 |
8.0.2 | 16,607 | 4/29/2022 |
8.0.1 | 17,652 | 4/1/2022 |
8.0.0 | 6,746 | 3/19/2022 |
7.3.1 | 42,394 | 1/21/2022 |
7.3.0 | 65,367 | 12/7/2021 |
7.2.4 | 18,063 | 11/1/2021 |
7.2.3 | 16,242 | 10/14/2021 |
7.2.2 | 11,364 | 8/13/2021 |
7.2.1 | 24,695 | 6/26/2021 |
7.2.0 | 14,475 | 6/1/2021 |
7.1.8 | 43,279 | 4/13/2021 |
7.1.7 | 2,479 | 3/23/2021 |
7.1.6 | 36,006 | 2/26/2021 |
7.1.5 | 2,156 | 2/10/2021 |
7.1.4 | 12,048 | 1/27/2021 |
7.1.3 | 1,234 | 1/18/2021 |
7.1.2 | 52,364 | 1/4/2021 |
7.1.1 | 1,203 | 12/29/2020 |
7.1.0 | 518 | 12/27/2020 |
7.0.7 | 10,370 | 11/24/2020 |
7.0.6 | 307,068 | 10/25/2020 |
7.0.4 | 13,487 | 9/8/2020 |
7.0.3 | 2,786 | 8/8/2020 |
7.0.2 | 9,562 | 7/20/2020 |
7.0.1 | 68,408 | 7/12/2020 |
7.0.0 | 2,445 | 6/29/2020 |
6.3.2 | 112,823 | 5/18/2020 |
6.3.1 | 755 | 5/12/2020 |
6.3.0 | 3,036 | 5/10/2020 |
6.2.5 | 708 | 4/24/2020 |
6.2.4 | 3,995 | 4/2/2020 |
6.2.3 | 8,371 | 3/20/2020 |
6.2.2 | 233 | 3/14/2020 |
6.2.1 | 21,113 | 3/4/2020 |
6.2.0 | 1,559 | 2/24/2020 |
6.1.0 | 2,236 | 2/15/2020 |
6.0.2 | 1,646 | 1/21/2020 |
6.0.1 | 2,020 | 12/27/2019 |
6.0.0 | 1,188 | 12/3/2019 |
5.5.6 | 46,239 | 10/20/2019 |
5.5.5 | 1,076 | 8/26/2019 |
5.5.4 | 6,771 | 7/24/2019 |
5.5.3 | 255 | 7/17/2019 |
5.5.2 | 2,150 | 6/18/2019 |
5.5.1 | 3,025 | 6/4/2019 |
5.5.0 | 9,414 | 5/29/2019 |
5.3.2 | 1,336 | 2/20/2019 |
5.3.1 | 379 | 2/8/2019 |
5.3.0 | 339 | 2/4/2019 |
5.2.3 | 1,071 | 1/19/2019 |
5.2.1 | 980 | 1/8/2019 |
5.2.0 | 789 | 12/25/2018 |
5.1.5 | 2,282 | 9/19/2018 |
5.1.4 | 1,231 | 7/13/2018 |
5.1.3 | 1,005 | 6/26/2018 |
5.1.2 | 21,222 | 5/21/2018 |
5.1.1 | 977 | 5/19/2018 |
5.1.0 | 909 | 5/11/2018 |
5.0.2 | 1,026 | 4/29/2018 |
5.0.1 | 986 | 4/24/2018 |
5.0.0 | 965 | 4/17/2018 |
4.0.1 | 12,694 | 1/25/2018 |
4.0.0 | 1,023 | 1/1/2018 |
3.5.7 | 1,143 | 3/29/2017 |