Aerospike.Client 8.2.0

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

Aerospike C# Client Package

Prerequisites

  • .NET 8+
  • [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 net8.0 is compatible.  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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (13)

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.Database.LINQPadDriver

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

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

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.2.0 160 9/4/2025
8.1.0 3,576 8/5/2025
8.0.2 32,809 2/13/2025
8.0.1 5,833 1/28/2025
8.0.0 26,286 12/6/2024
7.4.0 132,351 7/25/2024
7.3.0 16,373 6/14/2024
7.2.0 10,693 4/30/2024
7.1.0 87,202 3/27/2024
7.0.1 72,335 12/19/2023
7.0.0 7,397 12/8/2023
6.2.2 163 7/16/2025
6.2.1 3,828 6/14/2024
6.2.0 195,419 11/6/2023
6.1.0 56,836 8/15/2023
6.0.1 124,313 3/29/2023
6.0.0 218,923 2/3/2023
5.4.1 184,434 8/15/2023
5.4.0 1,284 8/8/2023
5.3.4 158 7/16/2025
5.3.3.1 2,285 2/25/2025
5.3.3 1,000 5/9/2024
5.3.2 130,944 1/4/2023
5.3.1 21,949 12/6/2022
5.3.0 89,472 10/19/2022
5.2.3 17,894 9/8/2022
5.2.2 26,243 8/15/2022
5.2.0 43,962 7/12/2022
5.1.1 83,970 5/25/2022
5.1.0 21,321 5/12/2022
5.0.0 111,131 3/31/2022
4.3.1 175,222 8/15/2023
4.3.0 1,214 8/9/2023
4.2.8 343 5/9/2024
4.2.7 381,265 12/8/2021
4.2.6 8,184 11/23/2021
4.2.5 956 11/23/2021
4.2.4 103,081 10/18/2021
4.2.3 46,217 9/17/2021
4.2.2 692,647 8/11/2021
4.2.1 9,490 7/15/2021
4.2.0 127,506 4/30/2021
4.1.6 42,721 4/15/2021
4.1.5 11,725 3/17/2021
4.1.4 5,677 3/3/2021
4.1.3 8,811 2/5/2021
4.1.2 1,473 1/19/2021
4.1.1 13,859 12/18/2020
4.1.0 22,083 12/8/2020
4.0.3 406,291 11/11/2020
4.0.2 1,989 11/3/2020
4.0.1 4,579 10/28/2020
4.0.0 3,823 10/22/2020
3.9.16.2 2,431 7/21/2023
3.9.16.1 11,794 12/8/2022
3.9.16 25,388 2/15/2022
3.9.15 1,207 1/6/2022
3.9.14 11,409 8/20/2021
3.9.13 1,622 7/19/2021
3.9.12 71,200 11/2/2020
3.9.11 20,195 10/28/2020
3.9.10 22,368 9/18/2020
3.9.9 63,122 8/7/2020
3.9.8 28,806 7/21/2020
3.9.7 4,523 7/13/2020
3.9.6 58,397 5/19/2020
3.9.5 3,539 5/8/2020
3.9.4 36,095 4/6/2020
3.9.3 146,266 2/20/2020
3.9.2 50,613 12/6/2019
3.9.1 77,235 10/2/2019
3.9.0 3,734 9/24/2019
3.8.2 31,075 8/9/2019
3.8.1 390,379 6/28/2019
3.8.0 154,254 3/28/2019
3.7.0 20,141 2/4/2019
3.6.8 78,815 11/27/2018
3.6.7 7,666 10/3/2018
3.6.6 38,076 7/31/2018
3.6.5 108,355 6/18/2018
3.6.4 3,318 5/21/2018
3.6.3 4,247 4/20/2018
3.6.2 5,061 3/16/2018
3.6.1 2,459 3/5/2018
3.6.0 2,766 2/16/2018
3.5.3 6,916 1/12/2018
3.5.2 2,839 12/14/2017
3.5.1 2,254 12/7/2017
3.5.0 7,576 11/14/2017
3.4.5 2,835 10/28/2017
3.4.4 30,319 6/16/2017
3.4.3 5,373 5/23/2017
3.4.2 10,570 4/4/2017
3.4.1 2,454 3/15/2017
3.4.0 37,736 2/1/2017
3.3.2 3,917 1/9/2017
3.3.1 12,928 11/17/2016
3.3.0 29,330 10/4/2016
3.2.4 6,776 7/14/2016
3.2.3 3,924 6/8/2016
3.2.2 6,138 4/13/2016
3.2.1 3,258 3/3/2016
3.2.0 2,809 2/27/2016
3.1.7 3,899 1/28/2016
3.1.6 4,888 11/7/2015
3.1.5 8,422 9/8/2015
3.1.4 9,218 7/31/2015
3.1.3 2,900 6/27/2015
3.1.2 3,912 4/27/2015
3.1.1 3,278 3/27/2015
3.1.0 12,951 3/12/2015