我正在使用语言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