Aerospike.Client 6.2.2

There is a newer version of this package available.
See the version list below for details.
dotnet add package Aerospike.Client --version 6.2.2
                    
NuGet\Install-Package Aerospike.Client -Version 6.2.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="6.2.2" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Aerospike.Client" Version="6.2.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 6.2.2
                    
#r "nuget: Aerospike.Client, 6.2.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.
#:package Aerospike.Client@6.2.2
                    
#: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=6.2.2
                    
Install as a Cake Addin
#tool nuget:?package=Aerospike.Client&version=6.2.2
                    
Install as a Cake Tool

Aerospike C# Client Library

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.  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 (16)

Showing the top 5 NuGet packages that depend on Aerospike.Client:

Package Downloads
AeroSharp

Wrapper around the .NET Aerospike client that provides a variety of methods for storing and retrieving data in Aerospike

Aerospike.Extensions.Caching

Aerospike IDistributedCache implementation

Aerospike.Database.LINQPadDriver

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

Dnu.Libraries.Core

Libraries for handle all connection and helper

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.

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.4.2 2,905 6/11/2026
8.4.1 4,609 5/15/2026
8.4.0 7,006 4/9/2026
8.3.1 29,902 3/6/2026
8.3.0 11,669 2/6/2026
8.2.0 41,580 9/4/2025
8.1.0 7,770 8/5/2025
8.0.2 125,322 2/13/2025
8.0.1 10,163 1/28/2025
8.0.0 45,477 12/6/2024
7.4.0 278,222 7/25/2024
7.3.0 17,181 6/14/2024
7.2.0 13,757 4/30/2024
6.2.2 2,321 7/16/2025
6.2.1 5,749 6/14/2024
5.3.4 593 7/16/2025
5.3.3.1 15,543 2/25/2025
5.3.3 1,781 5/9/2024
4.2.8 745 5/9/2024
Loading failed