CodeDesignPlus.Net.Redis.PubSub.Abstractions 0.5.0-beta.11

This is a prerelease version of CodeDesignPlus.Net.Redis.PubSub.Abstractions.
There is a newer prerelease version of this package available.
See the version list below for details.
dotnet add package CodeDesignPlus.Net.Redis.PubSub.Abstractions --version 0.5.0-beta.11                
NuGet\Install-Package CodeDesignPlus.Net.Redis.PubSub.Abstractions -Version 0.5.0-beta.11                
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="CodeDesignPlus.Net.Redis.PubSub.Abstractions" Version="0.5.0-beta.11" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add CodeDesignPlus.Net.Redis.PubSub.Abstractions --version 0.5.0-beta.11                
#r "nuget: CodeDesignPlus.Net.Redis.PubSub.Abstractions, 0.5.0-beta.11"                
#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 CodeDesignPlus.Net.Redis.PubSub.Abstractions as a Cake Addin
#addin nuget:?package=CodeDesignPlus.Net.Redis.PubSub.Abstractions&version=0.5.0-beta.11&prerelease

// Install CodeDesignPlus.Net.Redis.PubSub.Abstractions as a Cake Tool
#tool nuget:?package=CodeDesignPlus.Net.Redis.PubSub.Abstractions&version=0.5.0-beta.11&prerelease                

CodeDesignPlus.Net.Redis.PubSub

Quality Gate Status Bugs Code Smells Coverage Duplicated Lines (%) Vulnerabilities

Description

CodeDesignPlus.Net.Redis.PubSub provides a comprehensive logging framework for .NET Core applications. This library simplifies the process of logging application events, errors, and diagnostics, enabling developers to build robust and maintainable logging solutions.

Table of Contents

About The Project

The CodeDesignPlus.Net.Redis.PubSub library is a component of the CodeDesignPlus.Net SDK, designed to streamline the implementation of Redis Pub/Sub (Publish/Subscribe) messaging within .NET applications. This library provides an efficient and scalable framework for managing message-based communication, enabling applications to publish and subscribe to events with ease.

Key Features

  • Comprehensive Configuration: The library offers detailed configuration options for Redis Pub/Sub, encapsulated in the RedisPubSubOptions class. This includes enabling/disabling the Pub/Sub functionality and integrating with the application configuration.

  • Service Integration: Seamlessly integrates with .NET's dependency injection framework, making it straightforward to add Redis Pub/Sub services to the service collection. The ServiceCollectionExtensions class facilitates this integration, ensuring that all necessary services and configurations are properly registered.

  • Event Publishing: Provides robust methods for publishing domain events asynchronously. The RedisPubSubService class manages the publication process, including serializing events and notifying subscribers efficiently.

  • Event Subscription: Supports subscribing to domain events asynchronously, allowing applications to react to specific events as they occur. The RedisPubSubService class handles the subscription logic, including deserializing messages and invoking event handlers.

  • Error Handling: Implements custom exceptions, such as RedisPubSubException, to manage errors specific to Redis Pub/Sub operations, ensuring that developers can handle and debug issues effectively.

  • Extensibility: Designed to be easily extensible, allowing developers to implement custom event handlers and extend the core functionality to suit specific application needs.

These features make the CodeDesignPlus.Net.Redis.PubSub library a powerful tool for integrating Redis Pub/Sub messaging in .NET applications, providing flexibility, reliability, and ease of use.

Installation

To install the package, run the following command:

dotnet add package CodeDesignPlus.Net.Redis.PubSub

Usage

For more information regarding the library, you can visit our documentation at CodeDesignPlus Doc

Roadmap

Refer to issues for a list of proposed features and known issues.

Roadmap

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b features/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the MIT License. See LICENSE for more information.

Contact

CodeDesignPlus - @CodeDesignPlus - codedesignplus@outlook.com

Project Link: CodeDesignPlus.Net.Redis.PubSub

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 (1)

Showing the top 1 NuGet packages that depend on CodeDesignPlus.Net.Redis.PubSub.Abstractions:

Package Downloads
CodeDesignPlus.Net.Redis.PubSub

CodeDesignPlus.Net.Redis.PubSub provides a robust framework for implementing publish-subscribe patterns with Redis in .NET Core applications. This library simplifies the process of publishing and subscribing to messages using Redis, enabling developers to build scalable and decoupled event-driven systems.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.5.0-beta.14 36 11/8/2024
0.5.0-beta.13 31 11/7/2024
0.5.0-beta.11 32 11/6/2024
0.5.0-beta.9 36 11/3/2024
0.5.0-beta.6 36 11/1/2024
0.5.0-beta.4 44 10/31/2024
0.3.0-rc.3 38 10/28/2024
0.3.0-beta.3 34 10/28/2024
0.3.0-alpha.3 35 10/28/2024
0.2.0-rc.27 38 10/25/2024
0.2.0-rc.18 48 10/1/2024
0.2.0-beta.27 34 10/25/2024
0.2.0-beta.18 50 10/1/2024
0.2.0-alpha.27 34 10/25/2024
0.2.0-alpha.26 33 10/25/2024
0.2.0-alpha.25 36 10/25/2024
0.2.0-alpha.24 35 10/25/2024
0.2.0-alpha.23 36 10/24/2024
0.2.0-alpha.22 36 10/24/2024
0.2.0-alpha.21 40 10/23/2024
0.2.0-alpha.20 38 10/22/2024
0.2.0-alpha.19 48 10/21/2024
0.2.0-alpha.18 40 10/1/2024
0.2.0-alpha.17 45 10/1/2024
0.2.0-alpha.16 41 9/30/2024
0.2.0-alpha.15 44 9/30/2024
0.2.0-alpha.14 39 9/30/2024
0.2.0-alpha.13 46 9/29/2024
0.2.0-alpha.12 44 9/29/2024
0.2.0-alpha.11 47 9/29/2024
0.2.0-alpha.10 48 9/28/2024
0.2.0-alpha.9 45 9/28/2024
0.2.0-alpha.7 49 9/28/2024
0.2.0-alpha.6 45 9/28/2024
0.2.0-alpha.5 48 9/28/2024
0.2.0-alpha.4 46 9/28/2024
0.2.0-alpha.3 57 9/1/2024
0.2.0-alpha.2 48 9/28/2024
0.1.2-alpha.1 64 8/24/2024
0.1.2-alpha.0 62 8/24/2024
0.1.1 136 8/23/2024
0.1.1-alpha.19 71 8/23/2024