func-redis-extensions 0.1.0-rc0011

This is a prerelease version of func-redis-extensions.
dotnet add package func-redis-extensions --version 0.1.0-rc0011                
NuGet\Install-Package func-redis-extensions -Version 0.1.0-rc0011                
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="func-redis-extensions" Version="0.1.0-rc0011" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add func-redis-extensions --version 0.1.0-rc0011                
#r "nuget: func-redis-extensions, 0.1.0-rc0011"                
#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 func-redis-extensions as a Cake Addin
#addin nuget:?package=func-redis-extensions&version=0.1.0-rc0011&prerelease

// Install func-redis-extensions as a Cake Tool
#tool nuget:?package=func-redis-extensions&version=0.1.0-rc0011&prerelease                

Functional Redis Extensions

NuGet NuGet

The Func.Redis.Extensions project contains additional functionality and utilities that extend the core capabilities of the Func.Redis project allowing for a simplified setup of the dependency injection container.

The main functionalities are the IServiceCollection AddRedis extension method that accepts the following parameters:

  • IConfiguration config to retrieve the RedisConfiguration object from any supported provider (json file, env variables, ...) and an optional RedisKeyConfiguration that allows prefixing keys
  • RedisCapabilities capabilities: to select the functionality to be enabled (the enum supports bitwise operations)
  • bool addLogging to enable predefined logging functionalities
  • Assembly[] assemblies to scan for specific instances of IRedisSubscriber (when RedisCapabilities.Subscribe is enabled)

The extension allows to specify the right implementation of IRedisSerDes to deal with serialization and deserialization

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.  net9.0 is compatible.  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. 
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
0.1.0-rc0011 38 12/2/2024
0.1.0-rc0010 43 12/2/2024
0.1.0-rc0009 55 11/30/2024
0.1.0-rc0008 47 11/29/2024
0.1.0-rc0007 55 11/29/2024
0.1.0-rc0006 51 11/27/2024
0.1.0-rc0005 51 11/15/2024
0.1.0-rc0004 55 11/12/2024
0.1.0-rc0003 55 11/8/2024
0.1.0-rc0002 47 11/7/2024