MQContract.Redis
1.1.0
dotnet add package MQContract.Redis --version 1.1.0
NuGet\Install-Package MQContract.Redis -Version 1.1.0
<PackageReference Include="MQContract.Redis" Version="1.1.0" />
paket add MQContract.Redis --version 1.1.0
#r "nuget: MQContract.Redis, 1.1.0"
// Install MQContract.Redis as a Cake Addin #addin nuget:?package=MQContract.Redis&version=1.1.0 // Install MQContract.Redis as a Cake Tool #tool nuget:?package=MQContract.Redis&version=1.1.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-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. |
-
net8.0
- MQContract.Abstractions (>= 1.1.0)
- StackExchange.Redis (>= 2.8.16)
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 |
---|---|---|
1.1.0 | 88 | 10/3/2024 |