Cassandra PHP客户端 - 协议版本无效或不受支持

时间:2017-02-09 09:18:58

标签: php cassandra

我正在使用语言php在Windows本地机器上尝试Cassandra(3.0.9)nosql数据库。

我使用这个php客户端:https://github.com/evseevnn/php-cassandra-binary

我的代码:

$nodes = ['127.0.0.1:9042'];
$database = new \evseevnn\Cassandra\Database($nodes, 'people');
$database->connect();

异常错误:

evseevnn\Cassandra\Exception\ConnectionException: Protocol error: Invalid or unsupported protocol version (1); the lowest supported version is 3 and the greatest is 4

我在哪里设置协议版本?

更新

此存储库已弃用,不再维护。 使用https://github.com/duoshuo/php-cassandra

0 个答案:

没有答案