Daniele Alessandri

Results 62 comments of Daniele Alessandri

The master branch is currently in the works (I recently resumed working again on this library), I will definitely tag a new release as soon as I think it's ready....

Not sure I understand what the issue is, any tiny snippet of code to reproduce it?

Hi @sergeyzavadski, Having support for client-side sharding has been on my wishlist for quite a long time, and I say _wishlist_ instead of _todo-list_ simply because I have never had...

@jinhao sure [twemproxy](https://github.com/twitter/twemproxy) is a valid and tested alternative in most scenarios especially for the short term, but that doesn't change the fact that we'll need to add support for...

I will finally tag a new (and long overdue) patch release of this library by the end of the year. Sorry for the wait!

Thanks @saucisson, I'm very interested in your PR but unfortunately I won't be able to review or even try your changes at least until the 2nd week of December as...

There are two reasons why automatic reconnection is not implemented in redis-lua: 1) it's not something trivial to implement in a generic way. Aside from the need to keep track...

Sorry for the late reply but between work and conferences I couldn't get much done with other stuff. Now onto your questions: 1. Plain automatic reconnection wouldn't work with servers...

1) Following the third point, a solution might consist in having a user overridable callback with the following arguments: _error_type_ (value), _error_message_ (string) and _connection_closed_ (bool). If _connection_closed_ is true,...

@tom-- I noticed this issue while browsing GitHub and just want to take the chance to clarify the current situation around Predis: it is definitely not an abandoned project! Sure...