func-redis-extensions
0.1.0-rc0005
This is a prerelease version of func-redis-extensions.
dotnet add package func-redis-extensions --version 0.1.0-rc0005
NuGet\Install-Package func-redis-extensions -Version 0.1.0-rc0005
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-rc0005" />
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-rc0005
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: func-redis-extensions, 0.1.0-rc0005"
#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-rc0005&prerelease // Install func-redis-extensions as a Cake Tool #tool nuget:?package=func-redis-extensions&version=0.1.0-rc0005&prerelease
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Functional Redis Extensions
The Func.Redis.Extensions project contains additional functionality and utilities that extend the core capabilities of the Func.Redis project.
These extensions are designed to provide more specialized or advanced features that complement the basic Redis operations provided by the core Func.Redis services.
Here’s a breakdown of the key components and their purposes:
- Enhanced Functionality: The extensions provide additional features that go beyond the basic Redis operations, enabling more advanced use cases and improving developer productivity.
- Convenience: By offering extension methods and utilities, the code in this folder makes it easier to perform common tasks and handle complex scenarios with less boilerplate code.
- Flexibility: Custom serializers and configuration enhancements allow developers to tailor Redis interactions to their specific needs, supporting a wider range of data formats and operational requirements.
- Optimization: Utility functions can help optimize performance by providing efficient ways to handle batch operations, transactions, and other advanced patterns.
How to Use the Extensions
Installation
To install the Func.Redis.Extensions package, use
dotnet add package func-redis-extensions
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. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net8.0
- func-redis (>= 0.1.0-rc0005)
- Scrutor (>= 5.0.2)
- System.Text.Json (>= 8.0.5)
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-rc0005 | 35 | 11/15/2024 |
0.1.0-rc0004 | 39 | 11/12/2024 |
0.1.0-rc0003 | 42 | 11/8/2024 |
0.1.0-rc0002 | 35 | 11/7/2024 |