Damien Krotkine
Damien Krotkine
This is related to https://github.com/PerlRedis/perl-redis/pull/137
Can you create a test case ? I think it should be possible with using local spawned redis server and without HAproxy ?
at first glance it looks good to me, I'll have a detailed look a bit later. Thanks for the work !
I agree, we should make it possible to set the 2 kinds of timeouts. From what you suggested, I prefer this one: `Redis->new(read_timeout => 123, timeout_for_blocking_commands => 456)` It's simple...
Oh my... This should have been fixed long time ago. I'll work on it as soon as possible. I don't think it's too difficult. Thanks for your patience while this...
Hi, Thank you for your contribution. I'm not sure adding a dot after "ts" for all command that start with it is a good long term solution. There are other...
Maybe it’s time to introduce an other API, like $redis->command(‘KEYS’,’*’) ? It would become the main way to use the module, but we’d keep existing methods as shortcuts
what would be great at this point is to check how other Perl clients but also other language's clients do. If some of you have used other clients, please share...
Can you explain a bit more your setup, and how to reproduce ? Did you try using `Redis::Cluster` ?
Hi, returning and not dying would mean that the command is successful though, which would be misleading ? What return mechanism do you propose ?