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,077 2/7/2021
1.0.5 743 2/1/2021
1.0.5-ci-20210203-0402 338 2/3/2021
1.0.5-ci-20210201-0802 342 2/1/2021
1.0.5-ci-20210201-0602 347 2/1/2021
1.0.5-ci-20210201-0502 342 2/1/2021
1.0.5-ci-20210129-1101 212 1/29/2021
1.0.5-ci-20210129-1001 198 1/29/2021
1.0.5-ci-20210129-0901 192 1/29/2021
1.0.5-ci-20210128-0901 203 1/28/2021
1.0.5-ci-20210125-1201 204 1/25/2021
1.0.4 340 1/24/2021
1.0.4-ci-20210124-1201 211 1/24/2021
1.0.4-ci-20210120-1101 218 1/20/2021
1.0.3 479 4/30/2020
1.0.3-ci-20200430-1304 331 4/30/2020
1.0.2 445 4/30/2020
1.0.1 421 4/23/2020
1.0.1-ci-20200430-1204 323 4/30/2020
1.0.1-ci-20200423-0504 307 4/23/2020
1.0.1-ci-20200423-0304 295 4/23/2020
1.0.1-ci-20200422-1204 303 4/22/2020
1.0.1-ci-20200422-0604 290 4/22/2020
1.0.1-ci-20200421-1204 311 4/21/2020
1.0.1-ci-20200421-1104 291 4/21/2020
1.0.1-ci-20200421-0804 295 4/21/2020
1.0.1-ci-20200314-0803 397 3/14/2020
1.0.1-ci-20200314-0703 410 3/14/2020
1.0.1-ci-20200313-1303 325 3/13/2020
1.0.1-ci-20200112-1301 347 1/12/2020
1.0.1-ci-20200103-1901 364 1/3/2020
1.0.1-ci-20191230-1212 319 12/30/2019
1.0.1-ci-20191230-0312 369 12/30/2019
1.0.1-ci-20191229-1112 334 12/29/2019
1.0.1-ci-20191229-1012 349 12/29/2019
1.0.0 624 8/28/2019
1.0.0-alpha 363 8/28/2019