Juan Mellado

Results 17 comments of Juan Mellado

Could you provide the Redis command used to get that response?

We could add a "connection timeout". ```dart static Future connect(String connectionString, {Duration connectTimeout}) async { ``` But I'm not sure about a "command timeout". I think that clients already can...

Note: > Available since 6.0.0 Current Redis stable version is 5.0

Ok, it was released today :) https://github.com/antirez/redis/releases/tag/6.0.0

Related: https://github.com/jcmellado/dartis/issues/23

Some work was done here: https://github.com/jcmellado/dartis/issues/34 I tried using the automated tools provided by Google, but resulting code still need some major refactoring.

No, there are some open pull requests, but they still need a bit of love

There are still some conflicts there: https://github.com/jcmellado/dartis/pull/41

I tried the different provided solution (thanks all for the effort), but none of them worked properly. To detect the correct types at runtime is the hard part.