Lucas Kent
Lucas Kent
Hmmmm not sure how much it matters but should be tagged web not android
You might want to consider using https://github.com/Swatinem/rust-cache which does all this sort of stuff for you. Only downside is you'll have to checkin the Cargo.lock file but you should really...
Here is an example of it failing: https://github.com/shotover/shotover-proxy/pull/600 I manually retried by pushing a useless change to the PR, so here is a screenshot of the failed request:  If...
Can you put a `USE` in a prepared query? :thinking:
This is a really good idea. :+1: Should be straightforward once we've landed cdrs-tokio as an alternate driver for int tests
yeah thats a good point, it is a little tricky. Another alternative is to do `SELECT * FROM system.local` and then use the metadata to get port fields from system.local...
Yeah, its not too bad, just need to loop and check strings, go for it if you think its a good solution!
> I'm leaning towards merging once cdrs-tokio passes on all the tests. As long as we have integration test cases running on at least the cassandra_cpp driver and we are...
The test run time has halved from 40m -> 20m, I think a bunch of tests are no longer running.
Hi and thanks for the issue report! I've reproduced the issue with the INFO command and im working on a fix. I couldnt reproduce the issue with SADD and LPUSH,...