dotnetcore-etcd
4.2.0
The original package has been updated to provide the same functionality as this fork.
dotnet add package dotnetcore-etcd --version 4.2.0
NuGet\Install-Package dotnetcore-etcd -Version 4.2.0
<PackageReference Include="dotnetcore-etcd" Version="4.2.0" />
paket add dotnetcore-etcd --version 4.2.0
#r "nuget: dotnetcore-etcd, 4.2.0"
// Install dotnetcore-etcd as a Cake Addin
#addin nuget:?package=dotnetcore-etcd&version=4.2.0
// Install dotnetcore-etcd as a Cake Tool
#tool nuget:?package=dotnetcore-etcd&version=4.2.0
Fork to use pure .NET Core version of Grpc.Net.Client
A C# .NET (dotnet) GRPC client for etcd v3+.
etcd is a distributed key value store that provides a reliable way to store data across a cluster of machines. It’s open-source and available on GitHub. etcd gracefully handles leader elections during network partitions and will tolerate machine failure, including the leader.
Your applications can read and write data into etcd. A simple use-case is to store database connection details or feature flags in etcd as key value pairs. These values can be watched, allowing your app to reconfigure itself when they change.
Advanced uses take advantage of the consistency guarantees to implement database leader elections or do distributed locking across a cluster of workers.
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows net7.0 net7.0-android net7.0-ios net7.0-maccatalyst net7.0-macos net7.0-tvos net7.0-windows |
.NET Core | netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard2.0 netstandard2.1 |
.NET Framework | net461 net462 net463 net47 net471 net472 net48 net481 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen40 tizen60 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
-
.NETCoreApp 2.1
- DnsClient (>= 1.4.0)
- Google.Protobuf (>= 3.15.7)
- Grpc.Net.Client (>= 2.36.0)
-
.NETCoreApp 3.1
- DnsClient (>= 1.4.0)
- Google.Protobuf (>= 3.15.7)
- Grpc.Net.Client (>= 2.36.0)
-
.NETStandard 2.0
- DnsClient (>= 1.4.0)
- Google.Protobuf (>= 3.15.7)
- Grpc.Net.Client (>= 2.36.0)
-
.NETStandard 2.1
- DnsClient (>= 1.4.0)
- Google.Protobuf (>= 3.15.7)
- Grpc.Net.Client (>= 2.36.0)
-
net5.0
- DnsClient (>= 1.4.0)
- Google.Protobuf (>= 3.15.7)
- Grpc.Net.Client (>= 2.36.0)
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 | |
---|---|---|---|
4.2.0 | 408 | 4/7/2021 |
Fork to use pure .NET Core version of Grpc.Net.Client