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:
committed by
Cameron Sparr
parent
21622a1a17
commit
c5f200917a
@@ -42,3 +42,8 @@ redis:
|
||||
image: redis
|
||||
ports:
|
||||
- "6379:6379"
|
||||
|
||||
aerospike:
|
||||
image: aerospike/aerospike-server
|
||||
ports:
|
||||
- "3000:3000"
|
||||
|
||||
Reference in New Issue
Block a user