Michael Rubanov

Results 4 issues of Michael Rubanov

I would like to take it on me.

enhancement

``` Dependencies version update based on [lein-ancient "0.5.5"](https://github.com/xsc/lein-ancient) advices. Update version of : `clojure` to "1.6.0". `ring` to the latest. `lein-ring` to the latest. `clojurescript` to the latest. `lein-cljsbuild` to...

While using TBufferedTransport instead of default TFramedTransport like in following example : ``` php $framed = false; $pool = new ConnectionPool($keyspace,$servers,null,5,5000,5000,10000,null,$framed); $cf = new ColumnFamily($pool,'User'); $result = $cf->get('1056'); ``` ```...