php-gemfire-rest:Geode分布式数据php api

时间:2024-06-13 02:43:54
【文件属性】:

文件名称:php-gemfire-rest:Geode分布式数据php api

文件大小:6KB

文件格式:ZIP

更新时间:2024-06-13 02:43:54

PHP

php-gemfire-rest //使用前需要从gfsh里创建region,create region --name=user_profile --type=REPLICATE require_once '../PHPGeodeClient.Api.php'; $geode = new PHPGeodeClient("192.168.199.132","8080"); //列出所有域,域的可以理解成mongodb的集合。 $re = $geode->list_all_regions(); print_r($re->getRespondData()); //创建数据,k->v格式,v可以是关联数组 $re = $geode->create('user_profile','ccc',array('cccc','dddd' => 'aaaaa')); print_r($re->getRespo


【文件预览】:
php-gemfire-rest-master
----PHPGeodeClient.Api.php(5KB)
----Example()
--------demo.php(1KB)
----README.md(2KB)
----Core()
--------Http()
--------Exceptions()
--------Model()

网友评论