Soenneker.Redis.Client.Server 4.0.2220

Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package Soenneker.Redis.Client.Server --version 4.0.2220
                    
NuGet\Install-Package Soenneker.Redis.Client.Server -Version 4.0.2220
                    
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="Soenneker.Redis.Client.Server" Version="4.0.2220" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Soenneker.Redis.Client.Server" Version="4.0.2220" />
                    
Directory.Packages.props
<PackageReference Include="Soenneker.Redis.Client.Server" />
                    
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 Soenneker.Redis.Client.Server --version 4.0.2220
                    
#r "nuget: Soenneker.Redis.Client.Server, 4.0.2220"
                    
#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 Soenneker.Redis.Client.Server@4.0.2220
                    
#: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=Soenneker.Redis.Client.Server&version=4.0.2220
                    
Install as a Cake Addin
#tool nuget:?package=Soenneker.Redis.Client.Server&version=4.0.2220
                    
Install as a Cake Tool

alternate text is missing from this package README image alternate text is missing from this package README image alternate text is missing from this package README image alternate text is missing from this package README image

Soenneker.Redis.Client.Server

A utility library for Redis server client accessibility.

Install

dotnet add package Soenneker.Redis.Client.Server

Quick start

using Soenneker.Redis.Client.Server.Registrars;
using Microsoft.Extensions.DependencyInjection;

var services = new ServiceCollection();
var result = services.AddRedisServerClientAsSingleton();

Adds IRedisServerClient as a singleton service.

What you get

  • IRedisServerClient — A utility library for Redis server client accessibility.
  • RedisServerClientRegistrar — A utility library for Redis server client accessibility.

API at a glance

API What it does Result / important behavior
RedisServerClientRegistrar.AddRedisServerClientAsSingleton(services) Adds IRedisServerClient as a singleton service. The same service collection, so additional registrations can be chained.
RedisServerClientRegistrar.AddRedisServerClientAsScoped(services) Registers Redis Server Client with a scoped lifetime. The same service collection, so additional registrations can be chained.

Practical notes

  • Dispose instances you own when their scope ends so held resources can be released.
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 (1)

Showing the top 1 NuGet packages that depend on Soenneker.Redis.Client.Server:

Package Downloads
Soenneker.Redis.Util.Server

A utility library that allows for Redis Server operations

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
4.0.2237 0 9/5/2026
4.0.2236 31 9/5/2026
4.0.2235 50 9/4/2026
4.0.2234 105 9/4/2026
4.0.2233 32 9/4/2026
4.0.2232 51 9/4/2026
4.0.2231 60 9/4/2026
4.0.2230 170 9/1/2026
4.0.2229 103 9/1/2026
4.0.2228 153 8/31/2026
4.0.2227 144 8/31/2026
4.0.2226 131 8/30/2026
4.0.2225 85 8/30/2026
4.0.2224 85 8/30/2026
4.0.2223 179 8/30/2026
4.0.2222 146 8/30/2026
4.0.2221 92 8/30/2026
4.0.2220 97 8/30/2026
4.0.2219 77 8/29/2026
4.0.2218 99 8/29/2026
Loading failed

Update dependency Soenneker.Redis.Client to 4.0.2297 (#2911)