Skip to content
This repository was archived by the owner on May 3, 2024. It is now read-only.

PHP Client Key Value Store

Mira Dytko edited this page Jan 20, 2022 · 7 revisions

PHP Client Key-Value Store

Use the Aerospike PHP client key-value store (KVS) capabilities to manage records. The Aerospike PHP client record structure

  • Record Structure Use the PHP client put methods to write record data in the Aerospike database.
  • Writing Records Use the PHP client read methods to get data from the Aerospike database.
  • Reading Records Use PHP client methods to delete record and bin data from the Aerospike database.
  • [Deleting Records]
Clone this wiki locally