Luka Rahne

Results 23 comments of Luka Rahne

About PubSub spaghetti: Just like whole dart app can run concurrently over single thread, we can run redis client concurrently over single socket. This (lets run everything over single socket)...

@erf Thaks for your input. Can you put some motivations we are trying to achive here, so that we can justify updates and changes to our users? Do we need...

Looks good. Is this backward compatible or do we need to bump major version before release? Can you share what lintier was used. We welcome having linted code. Maybe we...

I understand now why Exception is much is better than Error, but I am reserved against breaking changes. (nobody likes to change code due to backward compatibility). Can you volunteer...

Hey. First thanks for your effort. I have take look into this and I got shower thought. What you have done here is `class RedisError extends RedisException` But if we...

Hi. I speculate, that you do not connect on raw redis server. When we do connect we just open socket and at that point no data is sent yet. Error...

There is PR available and should include features and interface as discussed here. https://github.com/smol-rs/fastrand/pull/38 Let me know if I missed something and how we can push this forward.

Related to PR https://github.com/smol-rs/fastrand/pull/49. Is it bug or feature that forked rng is correlated with sourced rng?

> Could you please clarify? I did, but it seems that my reasoning was incorrect. Current implementation of fork() looks fine.

Not yet. However I believe one should be able to implement such support on top of this library. Kind regards, Luka