StackExchange.Redis 1.1.604-alpha

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

High performance Redis client, incorporating both synchronous and asynchronous usage.

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  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 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed. 
.NET Core netcoreapp1.0 was computed.  netcoreapp1.1 was computed.  netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard1.5 is compatible.  netstandard1.6 was computed.  netstandard2.0 was computed.  netstandard2.1 was computed. 
.NET Framework net40 is compatible.  net403 was computed.  net45 is compatible.  net451 was computed.  net452 was computed.  net46 is compatible.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen30 was computed.  tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (2.6K)

Showing the top 5 NuGet packages that depend on StackExchange.Redis:

Package Downloads
Microsoft.Extensions.Caching.StackExchangeRedis

Distributed cache implementation of Microsoft.Extensions.Caching.Distributed.IDistributedCache using Redis. This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/d5dc8a13cc618b9cbdc1e5744b4806c594d49553

AspNetCore.HealthChecks.Redis

HealthChecks.Redis is the health check package for Redis.

RedLock.net

An implementation of the Redlock distributed lock algorithm

Microsoft.AspNetCore.DataProtection.StackExchangeRedis

Support for storing data protection keys in Redis. This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/763b4ef31ca4df6dae07c7ee8f39ea259b6980fa

StackExchange.Redis.Extensions.Core

StackExchange.Redis.Extensions is a library that extends StackExchange.Redis allowing you a set of functionality needed by common applications. To store complex data It requires one of the following implementations: - StackExchange.Redis.Extensions.Newtonsoft - StackExchange.Redis.Extensions.System.Text.Json - StackExchange.Redis.Extensions.MemoryPack - StackExchange.Redis.Extensions.MsgPack - StackExchange.Redis.Extensions.Protobuf - StackExchange.Redis.Extensions.ServiceStack - StackExchange.Redis.Extensions.Utf8Json

GitHub repositories (218)

Showing the top 20 popular GitHub repositories that depend on StackExchange.Redis:

Repository Stars
abpframework/abp
Open-source web application framework for ASP.NET Core! Offers an opinionated architecture to build enterprise software solutions with best practices on top of the .NET. Provides the fundamental infrastructure, cross-cutting-concern implementations, startup templates, application modules, UI themes, tooling and documentation.
aspnetboilerplate/aspnetboilerplate
ASP.NET Boilerplate - Web Application Framework
microsoft/garnet
Garnet is a remote cache-store from Microsoft Research that offers strong performance (throughput and latency), scalability, storage, recovery, cluster sharding, key migration, and replication features. Garnet can work with existing Redis clients.
dotnet/orleans
Cloud Native application framework for .NET
SignalR/SignalR
Incredibly simple real-time web for .NET
JeffreySu/WeiXinMPSDK
微信全平台 .NET SDK, Senparc.Weixin for C#,支持 .NET Framework 及 .NET Core、.NET 8.0。已支持微信公众号、小程序、小游戏、微信支付、企业微信/企业号、开放平台、JSSDK、微信周边等全平台。 WeChat SDK for C#.
OrchardCMS/OrchardCore
Orchard Core is an open-source modular and multi-tenant application framework built with ASP.NET Core, and a content management system (CMS) built on top of that framework.
MassTransit/MassTransit
Distributed Application Framework for .NET
dotnetcore/CAP
Distributed transaction solution in micro-service base on eventually consistency, also an eventbus with Outbox pattern
StackExchange/StackExchange.Redis
General purpose redis client
ldqk/Masuit.Tools
全龄段友好的C#万能工具库,码数吐司库,包含一些常用的操作类,大都是静态类,加密解密,反射操作,权重随机筛选算法,分布式短id,表达式树,linq扩展,文件压缩,多线程下载,硬件信息,字符串扩展方法,日期时间扩展操作,中国农历,大文件拷贝,图像裁剪,验证码,断点续传,集合扩展、Excel导出等常用封装。诸多功能集一身,代码量不到2MB!
danielgerlag/workflow-core
Lightweight workflow engine for .NET Standard
ServiceStack/ServiceStack
Thoughtfully architected, obscenely fast, thoroughly enjoyable web services for all
ChilliCream/graphql-platform
Welcome to the home of the Hot Chocolate GraphQL server for .NET, the Strawberry Shake GraphQL client for .NET and Nitro the awesome Monaco based GraphQL IDE.
dotnet/tye
Tye is a tool that makes developing, testing, and deploying microservices and distributed applications easier. Project Tye includes a local orchestrator to make developing microservices easier and the ability to deploy microservices to Kubernetes with minimal configuration.
anjoy8/Blog.Core
💖 ASP.NET Core 8.0 全家桶教程,前后端分离后端接口,vue教程姊妹篇,官方文档:
dockersamples/example-voting-app
Example distributed app composed of multiple containers for Docker, Compose, Swarm, and Kubernetes
opserver/Opserver
Stack Exchange's Monitoring System
dotnet/aspire
Tools, templates, and packages to accelerate building observable, production-ready apps
Xabaril/AspNetCore.Diagnostics.HealthChecks
Enterprise HealthChecks for ASP.NET Core Diagnostics Package
Version Downloads Last updated
2.8.31 893,293 a month ago
2.8.24 5,009,277 4 months ago
2.8.22 1,929,704 4 months ago
2.8.16 13,043,994 7 months ago
2.8.14 490,636 7 months ago
2.8.12 914,441 7 months ago
2.8.0 10,211,951 10 months ago
2.7.33 17,668,364 3/11/2024
2.7.27 24,812,452 2/28/2024
2.7.23 342,941 2/26/2024
2.7.20 995,134 2/20/2024
2.7.17 7,262,043 1/16/2024
2.7.10 4,634,834 12/12/2023
2.7.4 14,884,913 10/31/2023
2.6.122 32,670,318 7/7/2023
2.6.116 4,540,888 6/13/2023
2.6.111 8,795,897 5/3/2023
2.6.104 5,287,694 3/30/2023
2.6.96 9,473,723 2/21/2023
2.6.90 9,868,398 1/4/2023
2.6.86 7,645,875 12/13/2022
2.6.80 8,088,413 10/27/2022
2.6.70 7,164,138 10/16/2022
2.6.66 7,963,000 9/6/2022
2.6.48 11,203,986 6/28/2022
2.5.61 24,816,367 4/4/2022
2.5.43 9,796,443 3/5/2022
2.2.88 23,976,618 11/11/2021
2.2.79 8,253,222 10/14/2021
2.2.50 7,577,649 6/22/2021
2.2.4 85,890,152 11/19/2020
2.2.3 297,752 11/18/2020
2.1.58 44,819,618 6/18/2020
2.1.55 1,655,837 6/9/2020
2.1.30 11,131,125 4/5/2020
2.1.28 1,628,210 3/30/2020
2.0.601 32,247,848 4/16/2019
2.0.600 998,404 4/9/2019
2.0.593 38,376,357 4/4/2019
2.0.588 73,493 4/3/2019
2.0.571 1,371,615 3/13/2019
2.0.519 11,275,611 11/27/2018
2.0.513 31,870,064 9/28/2018
2.0.505 625,266 9/12/2018
2.0.495 2,513,055 9/4/2018
1.2.6 20,793,658 8/1/2017
1.2.5 502,910 7/24/2017
1.2.4 1,035,263 6/24/2017
1.2.3 1,961,015 5/8/2017
1.2.1 1,837,834 2/3/2017
1.2.0 1,342,864 1/11/2017
1.2.0-alpha1 5,919 1/5/2017
1.1.608 1,885,733 10/6/2016
1.1.606 50,114 10/3/2016
1.1.605 355,740 9/3/2016
1.1.604-alpha 294,270 5/21/2016
1.1.603 1,854,199 5/16/2016
1.1.572-alpha 19,998 2/8/2016
1.1.553-alpha 27,450 1/19/2016
1.1.0-alpha2 6,566 12/11/2015
1.1.0-alpha1 8,335 12/10/2015
1.0.488 1,968,284 11/5/2015
1.0.481 1,231,606 7/13/2015
1.0.479 5,915 7/13/2015
1.0.450 568,012 5/15/2015
1.0.414 496,787 3/18/2015
1.0.394 307,954 1/20/2015
1.0.371 286,630 10/30/2014
1.0.333 122,581 9/18/2014
1.0.331 10,603 9/11/2014
1.0.330 24,923 9/2/2014
1.0.329 5,885 9/1/2014
1.0.328 44,144 8/21/2014
1.0.322 74,455 7/10/2014
1.0.321 7,337 7/10/2014
1.0.320 148,667 7/1/2014
1.0.312 20,662 6/24/2014
1.0.297 59,096 5/28/2014
1.0.289 11,404 5/9/2014
1.0.281 17,612 4/30/2014
1.0.278 6,724 4/27/2014
1.0.273 6,975 4/22/2014
1.0.270 21,784 4/14/2014
1.0.247 12,642 4/4/2014
1.0.245 6,120 4/4/2014
1.0.243 6,123 4/3/2014
1.0.242 6,101 4/2/2014
1.0.241 6,109 4/1/2014
1.0.240 6,206 4/1/2014
1.0.238 6,095 3/30/2014
1.0.236 6,815 3/28/2014
1.0.233 6,017 3/27/2014
1.0.231 5,968 3/27/2014
1.0.228 6,099 3/27/2014
1.0.223 6,051 3/25/2014
1.0.221 5,926 3/25/2014
1.0.219 33,643 3/24/2014
1.0.214 6,081 3/23/2014
1.0.210 5,990 3/23/2014
1.0.209 5,908 3/22/2014
1.0.207 5,995 3/22/2014
1.0.206 6,083 3/21/2014
1.0.190 6,328 3/19/2014
1.0.187 156,714 3/18/2014

Alpha for .NET Core; if you aren't doing .NET Core, you probably don't want this