RedisSessionProvider 1.1.2
See the version list below for details.
dotnet add package RedisSessionProvider --version 1.1.2
NuGet\Install-Package RedisSessionProvider -Version 1.1.2
<PackageReference Include="RedisSessionProvider" Version="1.1.2" />
paket add RedisSessionProvider --version 1.1.2
#r "nuget: RedisSessionProvider, 1.1.2"
// Install RedisSessionProvider as a Cake Addin #addin nuget:?package=RedisSessionProvider&version=1.1.2 // Install RedisSessionProvider as a Cake Tool #tool nuget:?package=RedisSessionProvider&version=1.1.2
A configurable SessionStateStoreProvider that persists data to a Redis server
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net45 is compatible. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
- AsynchronousBridge (>= 1.2.2)
- BookSleeve (>= 1.3.41)
- Newtonsoft.Json (>= 6.0.1)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories (2)
Showing the top 2 popular GitHub repositories that depend on RedisSessionProvider:
Repository | Stars |
---|---|
ONLYOFFICE/CommunityServer
Free open source office suite with business productivity tools: document and project management, CRM, mail aggregator.
|
|
shr670377723/CommunityServer-master
|
V1.1.2: Now partially covered by unit tests, improved some necessary locking behavior, minor edge case fixes
V1.1.1: Added a maximum session size property to RedisConnectionConfig, and delegate that gets called when
size is exceeded.
V1.1.0: Updated to provide better multi-threaded behavior, now using a shared local cache as a middle layer
between request and Redis
V1.0.*: Initial Release, see https://github.com/welegan/RedisSessionProvider for details