MQContract.Redis
3.9.0
dotnet add package MQContract.Redis --version 3.9.0
NuGet\Install-Package MQContract.Redis -Version 3.9.0
<PackageReference Include="MQContract.Redis" Version="3.9.0" />
<PackageVersion Include="MQContract.Redis" Version="3.9.0" />
<PackageReference Include="MQContract.Redis" />
paket add MQContract.Redis --version 3.9.0
#r "nuget: MQContract.Redis, 3.9.0"
#:package MQContract.Redis@3.9.0
#addin nuget:?package=MQContract.Redis&version=3.9.0
#tool nuget:?package=MQContract.Redis&version=3.9.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 (>= 3.9.0)
- StackExchange.Redis (>= 2.11.8)
-
net8.0
- MQContract.Abstractions (>= 3.9.0)
- StackExchange.Redis (>= 2.11.8)
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 |
|---|---|---|
| 3.9.0 | 85 | 3/1/2026 |
| 3.8.0 | 91 | 2/26/2026 |
| 3.7.0 | 97 | 2/22/2026 |
| 3.6.0 | 97 | 2/6/2026 |
| 3.5.2 | 110 | 1/27/2026 |
| 3.5.1 | 99 | 1/22/2026 |
| 3.5.0 | 97 | 1/20/2026 |
| 3.4.0 | 108 | 1/13/2026 |
| 3.3.0 | 116 | 11/29/2025 |
| 3.2.0 | 170 | 11/28/2025 |
| 3.1.1 | 151 | 11/23/2025 |
| 3.1.0 | 405 | 11/20/2025 |
| 3.0.0 | 393 | 11/17/2025 |
| 2.11.0 | 217 | 11/4/2025 |
| 2.10.0 | 134 | 10/31/2025 |
| 2.9.0 | 104 | 10/18/2025 |
| 2.8.1 | 180 | 10/16/2025 |
| 2.8.0 | 163 | 8/17/2025 |
| 2.7.0 | 192 | 8/14/2025 |
| 2.6.1 | 281 | 7/20/2025 |