MQContract.Redis 1.1.0

dotnet add package MQContract.Redis --version 1.1.0                
NuGet\Install-Package MQContract.Redis -Version 1.1.0                
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="MQContract.Redis" Version="1.1.0" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add MQContract.Redis --version 1.1.0                
#r "nuget: MQContract.Redis, 1.1.0"                
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// 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 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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 66 10/3/2024