Alec Embke

Results 90 comments of Alec Embke

Hi @Praying. The codec interface should work with Tokio, but from this code it's not obvious what the issue is. I won't be able to reproduce this due to the...

Hi @sitano, thanks for bringing this up. I hadn't originally intended for folks to implement that trait, but I can see why it would be useful in cases like this....

Hi @nakedible-p, good callout. I'll change that in the next update so it can preempt reconnections.

Thanks @nakedible-p, this should be fixed in 9.3.0

Hi @dracarys18, Unfortunately I'm not sure how to do this on stable rust at the moment without [specialization](https://github.com/rust-lang/rust/issues/31844), but feel free to submit a PR if you can make it...

Sounds good. In [9.4.0](https://github.com/aembke/fred.rs/pull/308) there a new FF `specialize-into-bytes` that will disable `From for RedisValue` and enable `TryFrom for RedisValue` such that it uses `RedisValue::Bytes`.

Added in [9.4.0](https://github.com/aembke/fred.rs/releases/tag/v9.4.0)

I'll try to get a new release out early next week

Thanks @AverageADF, this will be cherry-picked into 9.3.0 - https://github.com/aembke/fred.rs/pull/298

Hi @feelingsonice, first off my apologies on the delay getting back to you here. A bit of background quick - this is due to the client doing a `str::from_utf8` call...