aerospike-client-c 7.0.3

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

Visual Studio Environment for Aerospike C Client.

Prerequisites

  • Windows 10+
  • Visual Studio 2022+

The Aerospike C client library is dependent on several third party libraries. Since many of these libraries are difficult to build on Windows, pre-built third party libraries and corresponding include files are provided in the nuget aerospike-client-c-dependencies package. This package dependency is defined in the aerospike solution and should automatically be downloaded on the first compile in Visual Studio.

Git Submodules

This project uses git submodules, so you will need to initialize and update submodules before building this project.

$ cd ..
$ git submodule update --init

Build Instructions

Various build targets are supported depending on the use of async database calls and the chosen event framework. The C client supports 64 bit targets only.

  • Double click aerospike.sln

  • Click one of the following solution configuration names:

    Configuration Usage
    Debug Use synchronous methods only.
    Debug libevent Use libevent for async event framework.
    Debug libuv Use libuv for async event framework.
    Release Use synchronous methods only.
    Release libevent Use libevent for async event framework.
    Release libuv Use libuv for async event framework (Recommended).
  • Click Build → Build Solution

Product Compatible and additional computed target framework versions.
native native is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

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
7.0.3 166 2/5/2025
7.0.2 138 1/22/2025
7.0.1 128 1/8/2025
7.0.0 165 12/6/2024
6.6.5 147 2/5/2025
6.6.4 213 9/17/2024
6.6.3 160 6/25/2024
6.6.2 156 5/23/2024
6.6.1 139 5/7/2024
6.6.0 194 3/21/2024
6.5.2 215 2/5/2024
6.5.1 280 1/4/2024
6.5.0 441 10/24/2023
6.4.4 241 8/1/2023
6.4.3 291 6/22/2023
6.4.2 199 6/21/2023
6.4.1 297 5/18/2023
6.4.0 301 4/12/2023
6.3.1 400 2/8/2023
6.3.0 493 11/15/2022
6.2.1 599 9/27/2022
6.2.0 472 9/8/2022
6.1.2 516 8/11/2022
6.1.1 495 7/27/2022
6.1.0 549 6/24/2022
6.0.2 547 5/20/2022
6.0.1 606 4/28/2022
6.0.0 541 3/31/2022
5.2.8 614 3/3/2022
5.2.7 460 1/7/2022
5.2.6 411 12/8/2021
5.2.5 470 10/5/2021
5.2.4 531 9/29/2021
5.2.3 433 8/27/2021
5.2.2 482 7/26/2021
5.2.1 546 6/15/2021
5.2.0 514 4/30/2021
5.1.1 486 3/23/2021
5.1.0 527 2/5/2021
5.0.3 532 1/6/2021
5.0.2 603 11/30/2020
5.0.1 541 11/11/2020
5.0.0 620 10/21/2020
4.6.24 613 1/3/2022
4.6.23 619 7/12/2021
4.6.22 485 5/25/2021
4.6.21 460 4/13/2021
4.6.20 579 2/8/2021
4.6.19 573 11/30/2020
4.6.18 637 8/14/2020
4.6.17 773 7/10/2020
4.6.16 623 5/11/2020
4.6.15 643 4/28/2020
4.6.14 688 4/6/2020
4.6.13 858 2/20/2020
4.6.12 723 1/14/2020
4.6.10 812 1/6/2020
4.6.9 730 12/5/2019
4.6.8 735 10/2/2019
4.6.7 758 8/23/2019
4.6.6 801 8/21/2019
4.6.5 786 8/2/2019
4.6.4 752 7/24/2019
4.6.3 846 5/13/2019
4.6.2 776 4/12/2019
4.6.1 827 4/4/2019
4.6.0 843 3/28/2019
4.5.0 914 2/19/2019
4.4.1 1,205 1/15/2019
4.4.0 936 12/4/2018
4.3.20 1,043 11/8/2018
4.3.19 1,031 10/11/2018
4.3.18 1,035 10/1/2018
4.3.17 1,092 8/31/2018
4.3.16 1,035 8/27/2018
4.3.15 1,117 7/24/2018
4.3.14 1,359 7/6/2018
4.3.13 1,409 6/14/2018
4.3.12 1,389 5/16/2018
4.3.11 1,394 4/19/2018
4.3.10 1,515 4/6/2018
4.3.9 1,612 3/30/2018
4.3.8 1,242 3/20/2018
4.3.7 1,266 3/16/2018
4.3.6 1,469 3/5/2018
4.3.5 1,394 2/6/2018
4.3.4 1,410 2/5/2018
4.3.3 1,478 1/18/2018
4.3.2 1,465 1/3/2018
4.3.0 1,304 12/1/2017