Add aerospike plugin support

- Does not use the aerospike client, but sends the stats command
  using the aerospike required format
- Queries available namespaces and gets stats for all of them

closes #300
This commit is contained in:
Tait Clarridge
2015-10-21 15:05:14 -04:00
committed by Cameron Sparr
parent 21622a1a17
commit c5f200917a
5 changed files with 718 additions and 0 deletions

View File

@@ -42,3 +42,8 @@ redis:
image: redis
ports:
- "6379:6379"
aerospike:
image: aerospike/aerospike-server
ports:
- "3000:3000"