Info
Version: | 1.0.11 |
Author(s): | Piotr Słuja |
Last Update: | Tuesday, August 16, 2016 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/psluja/aerospike-client-repository-csharp |
NuGet Url: | https://www.nuget.org/packages/Aerospike.Client.Repository |
Install
Install-Package Aerospike.Client.Repository
dotnet add package Aerospike.Client.Repository
paket add Aerospike.Client.Repository
Aerospike.Client.Repository Download (Unzip the "nupkg" after downloading)
Dependencies
- Aerospike.Client(>= 3.2.4)
Tags
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.