processus/ruhebett 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

processus/ruhebett

Composer 安装命令:

composer require processus/ruhebett

包简介

Talking with Couchbase

README 文档

README

german -> ruhebett = chillout bed;

Couchbase client which use Couchbase SDK or / and Memcached.

###Requirements

Couchbase Server: Download
libcouchbase: Download
CouchbasSDK: Download

###API

All clients use the same Interface so you can chage the client without any problems.

interface NoSQLInterface
{

    /**
     * @param  $host
     * @return NoSQLInterface
     */
    public function setHost($host);

    /**
     * @return mixed
     */
    public function getHost();

    /**
     * @param  $port
     * @return NoSQLInterface
     */
    public function setPort($port);

    /**
     * @return mixed
     */
    public function getPort();

    /**
     * @param  $key
     * @return mixed
     */
    public function fetch($key);

    /**
     * @param array $list
     * @return mixed
     */
    public function fetchAll(array $list);

    /**
     * @param string $key
     * @param array $value
     * @param int $expired
     * @return mixed
     */
    public function insert($key, $value, $expired = 1);

    /**
     * @param string $key
     * @param array $value
     * @param int $expired
     * @return mixed
     */
    public function update($key, array $value, $expired = 1);

    /**
     * Flush the whole database
     * @return mixed
     */
    public function flushAll();

    /**
     * Delete a value
     * @param string $key
     * @return mixed
     */
    public function delete($key);

    /**
     * @param $key
     * @param $value
     * @return NoSQLInterface
     */
    public function setOption($key, $value);

    /**
     * Initialised the client after setting the host / port / credentials
     * @return NoSQLInterface
     */
    public function initClient();
}

?>

###Examples

couchbasesdk
memcachedRaw
memcachedJson
benchmark

###ToDo

  • writing test

###License

Copyright (c) 2012 Francis Varga

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the 'Software'), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

统计信息

  • 总下载量: 37
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 1
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 12
  • Forks: 1
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2012-11-19

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固