Aerospike.Client
7.2.0
See the version list below for details.
dotnet add package Aerospike.Client --version 7.2.0
NuGet\Install-Package Aerospike.Client -Version 7.2.0
<PackageReference Include="Aerospike.Client" Version="7.2.0" />
paket add Aerospike.Client --version 7.2.0
#r "nuget: Aerospike.Client, 7.2.0"
// Install Aerospike.Client as a Cake Addin #addin nuget:?package=Aerospike.Client&version=7.2.0 // Install Aerospike.Client as a Cake Tool #tool nuget:?package=Aerospike.Client&version=7.2.0
Aerospike C# Client Package
Prerequisites
- .NET 6+
- [Optional]Visual Studio 2022+
Contents
Aerospike.sln
Visual Studio solution for C# client. The projects are:- AerospikeClient
C# client library. - AerospikeClientProxy C# proxy client library.
- AerospikeTest
C# client unit tests. - AerospikeBenchmarks
C# client benchmarks command line application. - AerospikeDemo
C# client examples WinForms application. Windows only. - AerospikeAdmin
Aerospike user administration WinForms application. Windows only. This application is only valid for enterprise servers that are configured for user authentication.
- AerospikeClient
Windows/Visual Studio Build Instructions
- Double click on Aerospike.sln. The solution will be opened in Visual Studio.
- Click menu Build → Configuration Manager.
- Click desired solution configuration and platform.
- Click Close.
- Click Build → Build Solution
Linux/CommandLine Build Instructions
$ cd AerospikeClient
$ dotnet restore
$ dotnet build --configuration Release
$ cd ../AerospikeClientProxy
$ dotnet restore
$ dotnet build --configureation Release
$ cd ../AerospikeTest
$ dotnet restore
$ dotnet build --configuration Release
$ dotnet test --configuration Release
$ cd ../AerospikeBenchmarks
$ dotnet restore
$ dotnet build --configuration Release
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net6.0 is compatible. 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. |
-
net6.0
- NeoLua (>= 1.3.14)
NuGet packages (11)
Showing the top 5 NuGet packages that depend on Aerospike.Client:
Package | Downloads |
---|---|
Aerospike.Extensions.Caching
Aerospike IDistributedCache implementation |
|
AeroSharp
Wrapper around the .NET Aerospike client that provides a variety of methods for storing and retrieving data in Aerospike |
|
Aerospike.Client.Repository
This is simple repository pattern implemention on top of Aerospike Client. Aerospike DB uses records and bins inside them. This repository implementation maps properties of your entity to proper bin type and save it as a single record. Property types that can be use are: int, string, bool, double, byte, long, IList<string>, IDictionary<string, string>. Every type that is not listed will be serialized using BinaryFormatter and saved as binary data bin. |
|
Orleans.Persistence.Aerospike
Microsoft Orleans Persistence provider for Aerospike |
|
Aerospike.Database.LINQPadDriver
Aerospike for LINQPad 7+ is a data context dynamic driver for querying and updating an Aerospike database. |
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on Aerospike.Client:
Repository | Stars |
---|---|
DataDog/dd-trace-dotnet
.NET Client Library for Datadog APM
|
Version | Downloads | Last updated |
---|---|---|
7.4.0 | 19,733 | 7/25/2024 |
7.3.0 | 12,507 | 6/14/2024 |
7.2.0 | 6,938 | 4/30/2024 |
7.1.0 | 28,640 | 3/27/2024 |
7.0.1 | 47,000 | 12/19/2023 |
7.0.0 | 6,757 | 12/8/2023 |
6.2.1 | 1,122 | 6/14/2024 |
6.2.0 | 155,213 | 11/6/2023 |
6.1.0 | 35,130 | 8/15/2023 |
6.0.1 | 82,772 | 3/29/2023 |
6.0.0 | 182,352 | 2/3/2023 |
5.4.1 | 103,497 | 8/15/2023 |
5.4.0 | 1,169 | 8/8/2023 |
5.3.3 | 166 | 5/9/2024 |
5.3.2 | 112,615 | 1/4/2023 |
5.3.1 | 21,492 | 12/6/2022 |
5.3.0 | 75,844 | 10/19/2022 |
5.2.3 | 17,761 | 9/8/2022 |
5.2.2 | 25,891 | 8/15/2022 |
5.2.0 | 36,926 | 7/12/2022 |
5.1.1 | 80,331 | 5/25/2022 |
5.1.0 | 18,404 | 5/12/2022 |
5.0.0 | 104,901 | 3/31/2022 |
4.3.1 | 95,706 | 8/15/2023 |
4.3.0 | 1,141 | 8/9/2023 |
4.2.8 | 228 | 5/9/2024 |
4.2.7 | 345,171 | 12/8/2021 |
4.2.6 | 7,982 | 11/23/2021 |
4.2.5 | 858 | 11/23/2021 |
4.2.4 | 88,706 | 10/18/2021 |
4.2.3 | 40,721 | 9/17/2021 |
4.2.2 | 513,854 | 8/11/2021 |
4.2.1 | 9,387 | 7/15/2021 |
4.2.0 | 106,163 | 4/30/2021 |
4.1.6 | 42,272 | 4/15/2021 |
4.1.5 | 11,150 | 3/17/2021 |
4.1.4 | 5,256 | 3/3/2021 |
4.1.3 | 8,662 | 2/5/2021 |
4.1.2 | 1,359 | 1/19/2021 |
4.1.1 | 13,735 | 12/18/2020 |
4.1.0 | 21,949 | 12/8/2020 |
4.0.3 | 326,922 | 11/11/2020 |
4.0.2 | 1,869 | 11/3/2020 |
4.0.1 | 4,467 | 10/28/2020 |
4.0.0 | 3,064 | 10/22/2020 |
3.9.16.2 | 1,406 | 7/21/2023 |
3.9.16.1 | 11,701 | 12/8/2022 |
3.9.16 | 18,232 | 2/15/2022 |
3.9.15 | 1,059 | 1/6/2022 |
3.9.14 | 9,700 | 8/20/2021 |
3.9.13 | 1,524 | 7/19/2021 |
3.9.12 | 68,102 | 11/2/2020 |
3.9.11 | 19,850 | 10/28/2020 |
3.9.10 | 21,703 | 9/18/2020 |
3.9.9 | 58,034 | 8/7/2020 |
3.9.8 | 26,782 | 7/21/2020 |
3.9.7 | 4,354 | 7/13/2020 |
3.9.6 | 56,982 | 5/19/2020 |
3.9.5 | 3,270 | 5/8/2020 |
3.9.4 | 35,409 | 4/6/2020 |
3.9.3 | 143,148 | 2/20/2020 |
3.9.2 | 46,406 | 12/6/2019 |
3.9.1 | 71,406 | 10/2/2019 |
3.9.0 | 3,607 | 9/24/2019 |
3.8.2 | 28,671 | 8/9/2019 |
3.8.1 | 372,465 | 6/28/2019 |
3.8.0 | 151,081 | 3/28/2019 |
3.7.0 | 19,512 | 2/4/2019 |
3.6.8 | 75,714 | 11/27/2018 |
3.6.7 | 7,489 | 10/3/2018 |
3.6.6 | 37,609 | 7/31/2018 |
3.6.5 | 94,045 | 6/18/2018 |
3.6.4 | 2,929 | 5/21/2018 |
3.6.3 | 3,872 | 4/20/2018 |
3.6.2 | 4,669 | 3/16/2018 |
3.6.1 | 2,086 | 3/5/2018 |
3.6.0 | 2,382 | 2/16/2018 |
3.5.3 | 6,055 | 1/12/2018 |
3.5.2 | 2,461 | 12/14/2017 |
3.5.1 | 1,853 | 12/7/2017 |
3.5.0 | 5,217 | 11/14/2017 |
3.4.5 | 2,552 | 10/28/2017 |
3.4.4 | 27,480 | 6/16/2017 |
3.4.3 | 5,088 | 5/23/2017 |
3.4.2 | 9,868 | 4/4/2017 |
3.4.1 | 2,163 | 3/15/2017 |
3.4.0 | 35,850 | 2/1/2017 |
3.3.2 | 3,140 | 1/9/2017 |
3.3.1 | 12,370 | 11/17/2016 |
3.3.0 | 29,059 | 10/4/2016 |
3.2.4 | 6,227 | 7/14/2016 |
3.2.3 | 3,605 | 6/8/2016 |
3.2.2 | 5,804 | 4/13/2016 |
3.2.1 | 2,908 | 3/3/2016 |
3.2.0 | 2,528 | 2/27/2016 |
3.1.7 | 3,377 | 1/28/2016 |
3.1.6 | 4,587 | 11/7/2015 |
3.1.5 | 8,130 | 9/8/2015 |
3.1.4 | 8,829 | 7/31/2015 |
3.1.3 | 2,607 | 6/27/2015 |
3.1.2 | 3,626 | 4/27/2015 |
3.1.1 | 2,976 | 3/27/2015 |
3.1.0 | 12,154 | 3/12/2015 |