Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow for setting of the default read/write consistency levels #2

Open
douglaslinsmeyer opened this issue Jul 24, 2014 · 1 comment
Milestone

Comments

@douglaslinsmeyer
Copy link

It is advantageous, particularly in development environments to allow the Cassandra/Database object have it's default consistency level (currently coded to QUORUM) set to a different level without passing in a parameter on all ->query() method calls.

I propose adding setDefaultWriteConsistency($level) and setDefaultReadConsistency($level) which would be respected by Database::query()

I will create a PR if this meets approval.

@evseevnn-zz evseevnn-zz added this to the v0.2.0 milestone Jul 25, 2014
@evseevnn-zz
Copy link
Owner

Will be implemented in version 0.2.0

evseevnn-zz pushed a commit that referenced this issue Nov 4, 2014
Adds connection timeout setting, adds PHP 5.6 to test matrix.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants