![]() |
VOOZH | about |
dotnet add package Sora.Data.Redis --version 0.4.0
NuGet\Install-Package Sora.Data.Redis -Version 0.4.0
<PackageReference Include="Sora.Data.Redis" Version="0.4.0" />
<PackageVersion Include="Sora.Data.Redis" Version="0.4.0" />Directory.Packages.props
<PackageReference Include="Sora.Data.Redis" />Project file
paket add Sora.Data.Redis --version 0.4.0
#r "nuget: Sora.Data.Redis, 0.4.0"
#:package Sora.Data.Redis@0.4.0
#addin nuget:?package=Sora.Data.Redis&version=0.4.0Install as a Cake Addin
#tool nuget:?package=Sora.Data.Redis&version=0.4.0Install as a Cake Tool
Redis provider for Sora data — key-value storage with options binding, health checks, and simple scanning.
dotnet add package Sylin.Sora.Data.Redis
ConnectionStrings:Redis or Sora:Data:Redis:ConnectionString.// Save and get entity
await Session.Save(new Cart { Id = id, Items = [] }, ct);
var cart = await Session.Get(id, ct);
// Stream keys if the set is large
await foreach (var c in Session.AllStream(batchSize: 1000, ct))
{
// process
}
See TECHNICAL.md for options and operational considerations.
~/20-redis-adapter.md~/reference/data-access.md| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net9.0 net9.0 is compatible. net9.0-android net9.0-android was computed. net9.0-browser net9.0-browser was computed. net9.0-ios net9.0-ios was computed. net9.0-maccatalyst net9.0-maccatalyst was computed. net9.0-macos net9.0-macos was computed. net9.0-tvos net9.0-tvos was computed. net9.0-windows net9.0-windows was computed. net10.0 net10.0 was computed. net10.0-android net10.0-android was computed. net10.0-browser net10.0-browser was computed. net10.0-ios net10.0-ios was computed. net10.0-maccatalyst net10.0-maccatalyst was computed. net10.0-macos net10.0-macos was computed. net10.0-tvos net10.0-tvos was computed. net10.0-windows net10.0-windows was computed. |
This package is not used by any NuGet packages.
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated | |
|---|---|---|---|
| 0.4.0 | 393 | 9/5/2025 | 0.4.0 is deprecated because it is no longer maintained. |
| 0.2.20 | 385 | 8/22/2025 | 0.2.20 is deprecated because it is no longer maintained. |
| 0.2.18 | 453 | 8/20/2025 | 0.2.18 is deprecated because it is no longer maintained. |
See release notes: https://github.com/sylin-labs/sora-framework/releases