Rhasta.Owin.Security.Cookies.Store.Redis
1.0.0
Cookie-Store Redis is a library that includes the implementation for storing cookies in redis.
Install-Package Rhasta.Owin.Security.Cookies.Store.Redis -Version 1.0.0
dotnet add package Rhasta.Owin.Security.Cookies.Store.Redis --version 1.0.0
<PackageReference Include="Rhasta.Owin.Security.Cookies.Store.Redis" Version="1.0.0" />
paket add Rhasta.Owin.Security.Cookies.Store.Redis --version 1.0.0
Release Notes
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>
Dependencies
-
.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)
Used By
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version History
Version | Downloads | Last updated |
---|---|---|
1.0.0 | 4,034 | 8/2/2016 |