SeliseBlocks.Genesis.Framework.RedisClient 10.0.0.3

dotnet add package SeliseBlocks.Genesis.Framework.RedisClient --version 10.0.0.3
                    
NuGet\Install-Package SeliseBlocks.Genesis.Framework.RedisClient -Version 10.0.0.3
                    
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="SeliseBlocks.Genesis.Framework.RedisClient" Version="10.0.0.3" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="SeliseBlocks.Genesis.Framework.RedisClient" Version="10.0.0.3" />
                    
Directory.Packages.props
<PackageReference Include="SeliseBlocks.Genesis.Framework.RedisClient" />
                    
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 SeliseBlocks.Genesis.Framework.RedisClient --version 10.0.0.3
                    
#r "nuget: SeliseBlocks.Genesis.Framework.RedisClient, 10.0.0.3"
                    
#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.
#:package SeliseBlocks.Genesis.Framework.RedisClient@10.0.0.3
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=SeliseBlocks.Genesis.Framework.RedisClient&version=10.0.0.3
                    
Install as a Cake Addin
#tool nuget:?package=SeliseBlocks.Genesis.Framework.RedisClient&version=10.0.0.3
                    
Install as a Cake Tool

SeliseBlocks.Genesis.Framework.RedisClient

Redis client wrapper for caching and distributed state management in the Genesis framework.

Project Name & Purpose

SeliseBlocks.Genesis.Framework.RedisClient provides a Redis client wrapper for the Genesis platform, enabling distributed caching, session storage, and pub/sub messaging via Redis. It abstracts the StackExchange.Redis library and provides a simplified interface for common caching patterns and Redis operations within the platform.

Tech Stack

  • .NET 10.0 (net10.0)
  • Key Libraries:
    • StackExchange.Redis (2.7.10) - High-performance Redis client

Dependencies

Internal Project References

Project Version Purpose
SeliseBlocks.Genesis.Framework 10.0.0.1 Core framework

NuGet Packages

Package Version Purpose
StackExchange.Redis 2.7.10 Redis client

Structure

(no subdirectories - flat structure)

Key Components

Redis Client

  • RedisClient - Main Redis client wrapper providing:
    • Cache get/set operations
    • Hash operations
    • List operations
    • Pub/Sub functionality
    • Connection management
    • Serialization support

Notes

The RedisClient wraps StackExchange.Redis to provide a simpler API for the platform's caching needs. It handles connection multiplexing, serialization of complex types, and provides integration with the platform's security context for tenant-aware caching.

Product Compatible and additional computed target framework versions.
.NET net10.0 is compatible.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (3)

Showing the top 3 NuGet packages that depend on SeliseBlocks.Genesis.Framework.RedisClient:

Package Downloads
SeliseBlocks.Genesis.Framework.Worker

Framework Worker

SeliseBlocks.Genesis.Framework.Api

Framework Api

SeliseBlocks.TwoFactorAuthentication.Driver

TwoFactorAuthentication Service

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
10.0.0.3 28 8/16/2026
10.0.0.2 55 8/16/2026
10.0.0.1 38 8/16/2026
8.0.1.9 459 7/8/2026
8.0.1.8 117 7/7/2026
8.0.1.7 505 6/30/2026
8.0.1.6-rc1 107 4/23/2026
8.0.1.5 274 4/22/2026
8.0.1.1 14,916 9/3/2025
8.0.0.5 17,386 2/5/2025
8.0.0.5-Creolytix 3,879 8/14/2025
8.0.0.3 409 1/20/2025
8.0.0.2 456 1/16/2025
8.0.0.1 288 1/6/2025
6.0.3.2 6,523 9/9/2025
6.0.3.2-rc1 328 9/13/2025
6.0.3.1 8,032 9/3/2025
6.0.2.1 2,275 1/7/2025
6.0.1.2 170,804 4/18/2024
6.0.1.1 405 4/17/2024
Loading failed