MQContract.Redis
4.0.0
dotnet add package MQContract.Redis --version 4.0.0
NuGet\Install-Package MQContract.Redis -Version 4.0.0
<PackageReference Include="MQContract.Redis" Version="4.0.0" />
<PackageVersion Include="MQContract.Redis" Version="4.0.0" />
<PackageReference Include="MQContract.Redis" />
paket add MQContract.Redis --version 4.0.0
#r "nuget: MQContract.Redis, 4.0.0"
#:package MQContract.Redis@4.0.0
#addin nuget:?package=MQContract.Redis&version=4.0.0
#tool nuget:?package=MQContract.Redis&version=4.0.0
<a name='assembly'></a>
MQContract.Redis
Contents
<a name='T-MQContract-Redis-Connection'></a>
Connection type
Namespace
MQContract.Redis
Summary
This is the MessageServiceConnection implementation for using Redis
<a name='M-MQContract-Redis-Connection-#ctor-StackExchange-Redis-ConfigurationOptions-'></a>
#ctor(configuration) constructor
Summary
Default constructor that requires the Redis Configuration settings to be provided
Parameters
| Name | Type | Description |
|---|---|---|
| configuration | StackExchange.Redis.ConfigurationOptions | The configuration to use for the redis connections |
<a name='P-MQContract-Redis-Connection-ConnectionMultiplexer'></a>
ConnectionMultiplexer property
Summary
Houses the underlying Connection Multiplexer being used
<a name='P-MQContract-Redis-Connection-Database'></a>
Database property
Summary
Houses the underlying Database being used
<a name='P-MQContract-Redis-Connection-DefaultTimeout'></a>
DefaultTimeout property
Summary
The default timeout to allow for a Query Response call to execute, defaults to 1 minute
<a name='P-MQContract-Redis-Connection-MaxMessageBodySize'></a>
MaxMessageBodySize property
Summary
The maximum message body size allowed, defaults to 4MB
<a name='M-MQContract-Redis-Connection-DefineConsumerGroupAsync-System-String,System-String-'></a>
DefineConsumerGroupAsync(channel,group) method
Summary
Called to define a consumer group inside redis for a given channel
Returns
A ValueTask while the operation executes asynchronously
Parameters
| Name | Type | Description |
|---|---|---|
| channel | System.String | The name of the channel to use |
| group | System.String | The name of the group to use |
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 is compatible. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net10.0
- MQContract.Abstractions (>= 4.0.0)
- StackExchange.Redis (>= 2.13.17 && < 3.0.0)
-
net8.0
- MQContract.Abstractions (>= 4.0.0)
- StackExchange.Redis (>= 2.13.17 && < 3.0.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 4.0.0 | 102 | 7/9/2026 |
| 3.9.2 | 127 | 3/26/2026 |
| 3.9.1 | 112 | 3/18/2026 |
| 3.9.0 | 118 | 3/1/2026 |
| 3.8.0 | 121 | 2/26/2026 |
| 3.7.0 | 127 | 2/22/2026 |
| 3.6.0 | 128 | 2/6/2026 |
| 3.5.2 | 140 | 1/27/2026 |
| 3.5.1 | 125 | 1/22/2026 |
| 3.5.0 | 122 | 1/20/2026 |
| 3.4.0 | 138 | 1/13/2026 |
| 3.3.0 | 140 | 11/29/2025 |
| 3.2.0 | 191 | 11/28/2025 |
| 3.1.1 | 171 | 11/23/2025 |
| 3.1.0 | 428 | 11/20/2025 |
| 3.0.0 | 417 | 11/17/2025 |
| 2.11.0 | 239 | 11/4/2025 |
| 2.10.0 | 156 | 10/31/2025 |
| 2.9.0 | 128 | 10/18/2025 |
| 2.8.1 | 202 | 10/16/2025 |