Redis.Net 1.0.0-alpha

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

// Install Redis.Net as a Cake Tool
#tool nuget:?package=Redis.Net&version=1.0.0-alpha&prerelease                

Redis.Net A Redis Collection/Set Wapper

C# Wapper Redis Collection and Hashset

概述

项目依赖 StackExchange.Redis 提供基础 Api,经过简单的封装方便使用.

容器 分为 只读容器和可写容器,比如 ReadonlyRedisSet/RedisSet.

Redis 容器

数值类型为 ReidsValue

泛型容器

  • RedisSet<T>
  • RedisHashSet<T>
  • RedisSortedSet<T>
  • ReadonlyEntrySet<TEntry> / RedisEntrySet<TEntry>

分组容器管理

支持的类型

基本类型

泛型容器中支持的基本类型和 Redis 支持的数据类型一致. 转换方法 参考 RedisValue 转换方法,要求 基本类型需要支持 IConverable 接口.

实体对象类型

RedisEntrySet 是一种组合类型,通过 Redis Hashset 存储属性键/值对 (KeyValuePair)

实现的接口

  • ReadOnlyRedisSet<TValue> : IReadOnlyCollection<TValue>

  • ReadOnlyRedisHashSet<TKey, TValue> : IReadOnlyDictionary<TKey, TValue>

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. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework 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 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 (3)

Showing the top 3 NuGet packages that depend on Redis.Net:

Package Downloads
Redis.Net.Serializer.NewtonsoftJson

Redis Collections Warpper for .NetCore

Redis.Net.Serializer.MsgPack

Redis Collections Warpper for .NetCore

Redis.Net.Serializer.Json

Redis Collections Warpper for .NetCore

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.6 1,204 2/7/2021
1.0.5 747 2/1/2021
1.0.5-ci-20210203-0402 341 2/3/2021
1.0.5-ci-20210201-0802 346 2/1/2021
1.0.5-ci-20210201-0602 351 2/1/2021
1.0.5-ci-20210201-0502 346 2/1/2021
1.0.5-ci-20210129-1101 216 1/29/2021
1.0.5-ci-20210129-1001 201 1/29/2021
1.0.5-ci-20210129-0901 194 1/29/2021
1.0.5-ci-20210128-0901 207 1/28/2021
1.0.5-ci-20210125-1201 207 1/25/2021
1.0.4 345 1/24/2021
1.0.4-ci-20210124-1201 214 1/24/2021
1.0.4-ci-20210120-1101 221 1/20/2021
1.0.3 482 4/30/2020
1.0.3-ci-20200430-1304 333 4/30/2020
1.0.2 450 4/30/2020
1.0.1 455 4/23/2020
1.0.1-ci-20200430-1204 324 4/30/2020
1.0.1-ci-20200423-0504 308 4/23/2020
1.0.1-ci-20200423-0304 296 4/23/2020
1.0.1-ci-20200422-1204 304 4/22/2020
1.0.1-ci-20200422-0604 292 4/22/2020
1.0.1-ci-20200421-1204 312 4/21/2020
1.0.1-ci-20200421-1104 293 4/21/2020
1.0.1-ci-20200421-0804 296 4/21/2020
1.0.1-ci-20200314-0803 400 3/14/2020
1.0.1-ci-20200314-0703 412 3/14/2020
1.0.1-ci-20200313-1303 329 3/13/2020
1.0.1-ci-20200112-1301 349 1/12/2020
1.0.1-ci-20200103-1901 366 1/3/2020
1.0.1-ci-20191230-1212 322 12/30/2019
1.0.1-ci-20191230-0312 371 12/30/2019
1.0.1-ci-20191229-1112 335 12/29/2019
1.0.1-ci-20191229-1012 350 12/29/2019
1.0.0 631 8/28/2019
1.0.0-alpha 364 8/28/2019