Questions tagged [aerospike-loader]

Questions about the Aerospike-loader tool.

Questions about the Aerospike-loader tool.

Please be sure to read the user guide.

18 questions
1
vote
2 answers

Fatal error: Class 'Aerospike' not found

I m try to load aerospike php api class but got error Fatal error: Class 'Aerospike' not found My code looks [ [ "addr" => "127.0.0.1", "port" => 3000] ] ]; // The new…
rad11
  • 1,561
  • 3
  • 15
  • 30
0
votes
2 answers

How to Connect PHP with Aerospike Database?

Installed Aerospike community 6.0 version in Cent OS thru VM ware, using AQL I can insert and delete values.. Now i want to connect with php with Aerospike.. how it can be done thru aql.. can anyone please tell me the steps for installing php and…
0
votes
1 answer

AMC for the aerospike server running inside docker

I have run the aerospike server inside docker container using below command. $ docker run -d -p 3000:3000 -p 3001:3001 -p 3002:3002 -p 3003:3003 -p 8081:8081 --name aerospike aerospike/aerospike-server …
user51
  • 8,843
  • 21
  • 79
  • 158
1
2