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.
<PackageVersion Include="Redis.Net" Version="1.0.0-alpha" />
                    
Directory.Packages.props
<PackageReference Include="Redis.Net" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version 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.
#:package Redis.Net@1.0.0-alpha
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Redis.Net&version=1.0.0-alpha&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=Redis.Net&version=1.0.0-alpha&prerelease
                    
Install as a Cake Tool

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.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.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 2,562 2/7/2021
1.0.5 903 2/1/2021
1.0.5-ci-20210203-0402 478 2/3/2021
1.0.5-ci-20210201-0802 503 2/1/2021
1.0.5-ci-20210201-0602 494 2/1/2021
1.0.5-ci-20210201-0502 492 2/1/2021
1.0.5-ci-20210129-1101 327 1/29/2021
1.0.5-ci-20210129-1001 297 1/29/2021
1.0.5-ci-20210129-0901 303 1/29/2021
1.0.5-ci-20210128-0901 314 1/28/2021
1.0.5-ci-20210125-1201 321 1/25/2021
1.0.4 465 1/24/2021
1.0.4-ci-20210124-1201 324 1/24/2021
1.0.4-ci-20210120-1101 335 1/20/2021
1.0.3 606 4/30/2020
1.0.3-ci-20200430-1304 454 4/30/2020
1.0.2 570 4/30/2020
1.0.1 1,137 4/23/2020
1.0.1-ci-20200430-1204 449 4/30/2020
1.0.1-ci-20200423-0504 428 4/23/2020
1.0.1-ci-20200423-0304 422 4/23/2020
1.0.1-ci-20200422-1204 457 4/22/2020
1.0.1-ci-20200422-0604 410 4/22/2020
1.0.1-ci-20200421-1204 430 4/21/2020
1.0.1-ci-20200421-1104 418 4/21/2020
1.0.1-ci-20200421-0804 426 4/21/2020
1.0.1-ci-20200314-0803 521 3/14/2020
1.0.1-ci-20200314-0703 528 3/14/2020
1.0.1-ci-20200313-1303 446 3/13/2020
1.0.1-ci-20200112-1301 468 1/12/2020
1.0.1-ci-20200103-1901 485 1/3/2020
1.0.1-ci-20191230-1212 441 12/30/2019
1.0.1-ci-20191230-0312 489 12/30/2019
1.0.1-ci-20191229-1112 463 12/29/2019
1.0.1-ci-20191229-1012 468 12/29/2019
1.0.0 761 8/28/2019
1.0.0-alpha 484 8/28/2019