Sign in Sign up
nuget

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.

nuget View on Nuget

Activity

Latest release
10y ago
Total releases
4
Cadence
~4 days
Last 12 months
0

Details

First release
Aug 03, 2016
Releases
Version Released
1.0.11 patch
1.0.10 patch
1.0.9 initial
1.0.0-CI00002 pre