Aerospike.Client 8.0.2

dotnet add package Aerospike.Client --version 8.0.2
                    
NuGet\Install-Package Aerospike.Client -Version 8.0.2
                    
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="Aerospike.Client" Version="8.0.2" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Aerospike.Client" Version="8.0.2" />
                    
Directory.Packages.props
<PackageReference Include="Aerospike.Client" />
                    
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 Aerospike.Client --version 8.0.2
                    
#r "nuget: Aerospike.Client, 8.0.2"
                    
#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.
#addin nuget:?package=Aerospike.Client&version=8.0.2
                    
Install Aerospike.Client as a Cake Addin
#tool nuget:?package=Aerospike.Client&version=8.0.2
                    
Install Aerospike.Client as a Cake Tool

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.
    • 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.

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 ../AerospikeTest
$ dotnet restore
$ dotnet build --configuration Release
$ dotnet test --configuration Release
$ cd ../AerospikeBenchmarks
$ dotnet restore
$ dotnet build --configuration Release
Product 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.  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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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.

Aerospike.Database.LINQPadDriver

Aerospike for LINQPad 7+ is a data context dynamic driver for querying and updating an Aerospike database.

Orleans.Persistence.Aerospike

Microsoft Orleans Persistence provider for Aerospike

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
8.0.2 9,551 2/13/2025
8.0.1 3,575 1/28/2025
8.0.0 17,795 12/6/2024
7.4.0 85,860 7/25/2024
7.3.0 16,217 6/14/2024
7.2.0 9,265 4/30/2024
7.1.0 54,059 3/27/2024
7.0.1 63,128 12/19/2023
7.0.0 7,334 12/8/2023
6.2.1 2,856 6/14/2024
6.2.0 181,521 11/6/2023
6.1.0 49,056 8/15/2023
6.0.1 110,131 3/29/2023
6.0.0 205,379 2/3/2023
5.4.1 156,446 8/15/2023
5.4.0 1,198 8/8/2023
5.3.3.1 161 2/25/2025
5.3.3 507 5/9/2024
5.3.2 122,674 1/4/2023
5.3.1 21,802 12/6/2022
5.3.0 84,654 10/19/2022
5.2.3 17,819 9/8/2022
5.2.2 26,104 8/15/2022
5.2.0 41,000 7/12/2022
5.1.1 82,309 5/25/2022
5.1.0 19,948 5/12/2022
5.0.0 109,058 3/31/2022
4.3.1 146,918 8/15/2023
4.3.0 1,162 8/9/2023
4.2.8 293 5/9/2024
4.2.7 363,472 12/8/2021
4.2.6 8,083 11/23/2021
4.2.5 892 11/23/2021
4.2.4 96,580 10/18/2021
4.2.3 43,783 9/17/2021
4.2.2 619,441 8/11/2021
4.2.1 9,421 7/15/2021
4.2.0 117,278 4/30/2021
4.1.6 42,530 4/15/2021
4.1.5 11,525 3/17/2021
4.1.4 5,516 3/3/2021
4.1.3 8,726 2/5/2021
4.1.2 1,402 1/19/2021
4.1.1 13,789 12/18/2020
4.1.0 21,993 12/8/2020
4.0.3 378,238 11/11/2020
4.0.2 1,910 11/3/2020
4.0.1 4,510 10/28/2020
4.0.0 3,655 10/22/2020
3.9.16.2 1,473 7/21/2023
3.9.16.1 11,735 12/8/2022
3.9.16 22,646 2/15/2022
3.9.15 1,122 1/6/2022
3.9.14 10,896 8/20/2021
3.9.13 1,557 7/19/2021
3.9.12 69,250 11/2/2020
3.9.11 20,011 10/28/2020
3.9.10 22,004 9/18/2020
3.9.9 60,991 8/7/2020
3.9.8 27,856 7/21/2020
3.9.7 4,438 7/13/2020
3.9.6 57,747 5/19/2020
3.9.5 3,413 5/8/2020
3.9.4 35,528 4/6/2020
3.9.3 145,446 2/20/2020
3.9.2 49,483 12/6/2019
3.9.1 74,778 10/2/2019
3.9.0 3,650 9/24/2019
3.8.2 30,273 8/9/2019
3.8.1 382,566 6/28/2019
3.8.0 152,546 3/28/2019
3.7.0 19,955 2/4/2019
3.6.8 77,434 11/27/2018
3.6.7 7,571 10/3/2018
3.6.6 37,811 7/31/2018
3.6.5 101,658 6/18/2018
3.6.4 3,091 5/21/2018
3.6.3 4,027 4/20/2018
3.6.2 4,833 3/16/2018
3.6.1 2,242 3/5/2018
3.6.0 2,535 2/16/2018
3.5.3 6,589 1/12/2018
3.5.2 2,622 12/14/2017
3.5.1 2,030 12/7/2017
3.5.0 6,785 11/14/2017
3.4.5 2,678 10/28/2017
3.4.4 28,997 6/16/2017
3.4.3 5,217 5/23/2017
3.4.2 10,154 4/4/2017
3.4.1 2,284 3/15/2017
3.4.0 37,018 2/1/2017
3.3.2 3,610 1/9/2017
3.3.1 12,650 11/17/2016
3.3.0 29,174 10/4/2016
3.2.4 6,521 7/14/2016
3.2.3 3,747 6/8/2016
3.2.2 5,971 4/13/2016
3.2.1 3,079 3/3/2016
3.2.0 2,649 2/27/2016
3.1.7 3,599 1/28/2016
3.1.6 4,727 11/7/2015
3.1.5 8,261 9/8/2015
3.1.4 9,050 7/31/2015
3.1.3 2,732 6/27/2015
3.1.2 3,752 4/27/2015
3.1.1 3,119 3/27/2015
3.1.0 12,635 3/12/2015