IdentityServer3.Cookie.Store.Redis
1.0.0
dotnet add package IdentityServer3.Cookie.Store.Redis --version 1.0.0
NuGet\Install-Package IdentityServer3.Cookie.Store.Redis -Version 1.0.0
<PackageReference Include="IdentityServer3.Cookie.Store.Redis" Version="1.0.0" />
paket add IdentityServer3.Cookie.Store.Redis --version 1.0.0
#r "nuget: IdentityServer3.Cookie.Store.Redis, 1.0.0"
// Install IdentityServer3.Cookie.Store.Redis as a Cake Addin #addin nuget:?package=IdentityServer3.Cookie.Store.Redis&version=1.0.0 // Install IdentityServer3.Cookie.Store.Redis as a Cake Tool #tool nuget:?package=IdentityServer3.Cookie.Store.Redis&version=1.0.0
IdentityServer3 - Cookie-Store Redis is a library that includes the implementation for storing cookies in redis.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net461 is compatible. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
.NETFramework 4.6.1
- Microsoft.Owin.Security.Cookies (>= 3.0.1)
- StackExchange.Redis.Extensions.Core (>= 1.3.6)
- StackExchange.Redis.Extensions.Newtonsoft (>= 1.3.6)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.0.0 | 4,987 | 7/8/2016 |
Configuration:
<configSections>
<section name="redisCacheClient" type="StackExchange.Redis.Extensions.Core.Configuration.RedisCachingSectionHandler, StackExchange.Redis.Extensions.Core" />
</configSections>
<redisCacheClient allowAdmin="true" ssl="false" connectTimeout="5000" database="0">
<hosts>
<add host="127.0.0.1" cachePort="6379" />
</hosts>
</redisCacheClient>
<appSettings>
<add key="Cache:KeyPrefix" value="AppName" />
</appSettings>