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.
paket add func-redis --version 0.1.0-rc0011
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#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.
// Install func-redis as a Cake Addin #addin nuget:?package=func-redis&version=0.1.0-rc0011&prerelease // Install func-redis as a Cake Tool #tool nuget:?package=func-redis&version=0.1.0-rc0011&prerelease
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Functional Redis
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
andIRedisSubscriber
- generic interaction with Redis for all the use cases not covered by the above implementations using
IRedisService
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. net9.0 is compatible. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net8.0
- Microsoft.Extensions.Logging.Abstractions (>= 9.0.0)
- SpanJson (>= 4.2.1)
- StackExchange.Redis (>= 2.8.16)
- System.Interactive.Async (>= 6.0.1)
- tiny-fp (>= 2.1.0)
-
net9.0
- Microsoft.Extensions.Logging.Abstractions (>= 9.0.0)
- SpanJson (>= 4.2.1)
- StackExchange.Redis (>= 2.8.16)
- System.Interactive.Async (>= 6.0.1)
- tiny-fp (>= 2.1.0)
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 | 36 | 12/2/2024 |
0.1.0-rc0010 | 44 | 12/2/2024 |
0.1.0-rc0009 | 51 | 11/30/2024 |
0.1.0-rc0008 | 49 | 11/29/2024 |
0.1.0-rc0007 | 45 | 11/29/2024 |
0.1.0-rc0006 | 51 | 11/27/2024 |
0.1.0-rc0005 | 45 | 11/15/2024 |
0.1.0-rc0004 | 56 | 11/12/2024 |
0.1.0-rc0003 | 46 | 11/8/2024 |
0.1.0-rc0002 | 45 | 11/7/2024 |