func-redis 0.1.0-rc0011

This is a prerelease version of func-redis.
dotnet add package func-redis --version 0.1.0-rc0011
                    
NuGet\Install-Package func-redis -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" Version="0.1.0-rc0011" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="func-redis" Version="0.1.0-rc0011" />
                    
Directory.Packages.props
<PackageReference Include="func-redis" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add func-redis --version 0.1.0-rc0011
                    
#r "nuget: func-redis, 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.
#addin nuget:?package=func-redis&version=0.1.0-rc0011&prerelease
                    
Install func-redis as a Cake Addin
#tool nuget:?package=func-redis&version=0.1.0-rc0011&prerelease
                    
Install func-redis as a Cake Tool

Functional Redis

NuGet NuGet

The purpose of the Func.Redis library is to abstract and manage Redis operations.

The library includes functionalities for:

  • keys management (get, set, del) using IRedisKeyService
  • hash sets using IRedisHashSetService
  • sets using IRedisSetService
  • lists using IRedisListService
  • pub/sub using IRedisPublisherService and IRedisSubscriber
  • generic interaction with Redis for all the use cases not covered by the above implementations using IRedisService
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 (1)

Showing the top 1 NuGet packages that depend on func-redis:

Package Downloads
func-redis-extensions

Package Description

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.1.0-rc0011 46 4 months ago
0.1.0-rc0010 53 4 months ago
0.1.0-rc0009 58 4 months ago
0.1.0-rc0008 59 4 months ago
0.1.0-rc0007 59 4 months ago
0.1.0-rc0006 64 4 months ago
0.1.0-rc0005 56 5 months ago
0.1.0-rc0004 64 5 months ago
0.1.0-rc0003 55 5 months ago
0.1.0-rc0002 52 5 months ago