perl-Couchbase-Client icon indicating copy to clipboard operation
perl-Couchbase-Client copied to clipboard

Perl Client for Couchbase

Results 11 perl-Couchbase-Client issues
Sort by recently updated
recently updated
newest added

Trying to build with libcouchbase 3.0.7 I'm getting compilation report because `api3.h` is missing in 3.x Is there a way to fix it? ``` >>> perl-couchbase: Unpacking /var/cache/distfiles/Couchbase-2.0.3.tar.gz... WARNING: Older...

This PR sets "canonical" mode in JSON encoder, so that all documents are created with sorted hashes. Otherwise Perl randomizes them and they are difficult to analyze. Also this PR...

**ADDED THE SUPPORT FOR RBAC.** The Perl and the XS constructors allow the `username` in addition of the `password` option, enabling the *Role Based Access Control* introduced from Couchbase Server...

Hi, On my couchbase plateform, the connection credentials is on the cluster not on the bucket. So how to use this where the password is for bucket : ``` #...

This patch fixes some typos and stylistic issues in the documentation. This is part of the CPAN Pull Request Challenge.

Hello I am fairly new to this client. However when I go to install with cpan Couchbase it fails. https://pastebin.com/H0KVQhW8 Looks like its failing on the couchbasemock java -jar /root/.cpanm/work/1492799387.2214/Couchbase-2.0.3/t/tmp/CouchbaseMock.jar...

Hello, Do you think it's possible to add an option to read the data from a replica node when the read on the master node has failed? Thanks

Hi there, I'm trying to install the module but the tests fail with the following error: ``` Couchbase-2.0.3-ScCY26 $ make test Running Mkbootstrap for Couchbase () chmod 644 Couchbase.bs PERL_DL_NONLAZY=1...

Trying to use the counter() method I found that documents weren't expiring as expected. Tests using upsert instead do show documents properly expiring. Example: my $counter = Couchbase::Document->new($_[0], 1, {...

Hi, I am currently using the old Couchbase::Client::Async code to connect to Couchbase asynchronously. I would like to move to the new maintained modules, but there is no documentation for...