Skip to content

0.1

Compare
Choose a tag to compare
@rbotzer rbotzer released this 27 May 00:02
· 115 commits to master since this release

Welcome HHVMers!

The HNI-based client for Aerospike will, at first, implement the same API as the Zend extension aerospike/aerospike-client-php. Multicolor dreams of async to follow.

Features

  • Implemented connect(), close(), isConnected(), get(), put(), operate(), append(), prepend(), increment(), touch(). Note that only PHP types which map to supported types in Aerospike can be set, currently. That means PHP strings, integers, arrays will cast to and from Aerospike strings, integers, lists, and maps. Types such as PHP float, boolean, object will fail to write to the cluster.