StackExchange.Redis.Extensions.Newtonsoft
StackExchange.Redis.Extensions is a library that extends StackExchange.Redis with higher-level APIs for common application scenarios. Features: - Store and retrieve complex .NET objects with pluggable serialization - Connection pooling with LeastLoaded and RoundRobin strategies - Pub/Sub messaging with typed handlers and error logging - Redis Streams with consumer group support - GeoSpatial indexes (GEOADD, GEOSEARCH, GEODIST) - Hash field expiry (Redis 7.4+ HEXPIRE/HSETEX) - Transparent compression (LZ4, Snappy, Zstd, GZip, Brotli) - Azure Managed Identity support - ASP.NET Core DI integration - Multiple named Redis instances - Tags, Sets, Lists, Sorted Sets, key search Serializer packages (pick one): System.Text.Json, Newtonsoft, MemoryPack, MsgPack, Protobuf, ServiceStack, Utf8Json.
Install
dotnet add package StackExchange.Redis.Extensions.Newtonsoft --version 12.0.0
Install-Package StackExchange.Redis.Extensions.Newtonsoft -Version 12.0.0
<PackageReference Include="StackExchange.Redis.Extensions.Newtonsoft" Version="12.0.0" />
Frameworks
Dependencies
Adoption guide
A verified publisher signal is available. Assess fit from the package's supported frameworks, license and dependency graph rather than popularity alone.
Compatibility metadata lists 4 target frameworks; confirm the exact target used by your application.
How to read this guidance
Sources: published NuGet v3 registry metadata and explicit NuBrowse editorial guides. Refresh: package metadata is refreshed from NuGet when the page loads. Limit: this is not a security, legal or compatibility guarantee; validate the selected version in your project.
Useful next steps
Move from package metadata to a concrete selection or review workflow.