MQContract.Redis
2.6.1
See the version list below for details.
dotnet add package MQContract.Redis --version 2.6.1
NuGet\Install-Package MQContract.Redis -Version 2.6.1
<PackageReference Include="MQContract.Redis" Version="2.6.1" />
<PackageVersion Include="MQContract.Redis" Version="2.6.1" />
<PackageReference Include="MQContract.Redis" />
paket add MQContract.Redis --version 2.6.1
#r "nuget: MQContract.Redis, 2.6.1"
#:package MQContract.Redis@2.6.1
#addin nuget:?package=MQContract.Redis&version=2.6.1
#tool nuget:?package=MQContract.Redis&version=2.6.1
<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-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 was computed. 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. |
-
net8.0
- MQContract.Abstractions (>= 2.6.1)
- StackExchange.Redis (>= 2.8.47)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.