This repository was archived by the owner on May 3, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 29
PHP Client Key Value Store
Mira Dytko edited this page Jan 20, 2022
·
7 revisions
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]
PHP Client