Will Glozer
Will Glozer
Hi Kevin, thanks for the pull request! I'm curious about what sort of errors you've encountered that could benefit from this, is it during binding parameters to a prepared statement...
Hi, sorry for the delayed response! @tsloughter are you able to reproduce your problem? A minimal test case would be a huge help in diagnosing the issue. The reason it...
@bosky101 if a connection is stored in a process's state then I wouldn't think any other process would have access to it. They definitely would have to handle connection loss...
@diegovar thanks for your comments! I find it interesting that in (1) you want parsing to fail when a null property is omitted, and in (2) you want generation to...
Thanks for the pull request @jongwook! I have already done some preliminary netty 4 migration work on a private branch and won't be merging this request, but will use it...
Hi @jamesladd, lettuce is actively supported, although I haven't had time to integrate any redis 2.8 features and the netty upgrade remains a work in progress. Other projects have kept...
Hi @allas, are you checking that the keys are set with a lettuce connection? Or via redis-cli or something else? If you're using the same async connection you must wait...
Hello Simone, I do plan to upgrade lettuce to netty 4.0. Not immediately though, suspect it will need a few point releases to stabilize. I noticed they're still making breaking...
Hello @blacksunset, when a lettuce connection reconnects it will issue an automatic SELECT if necessary. See https://github.com/wg/lettuce/blob/master/src/main/java/com/lambdaworks/redis/RedisAsyncConnection.java#L1001 for details.
Hi @schildbach, thanks for the suggestion. I'm not willing to add that much complexity to what is a very simple project though. The pure Java implementation should probably always be...