Alec Embke

Results 56 comments of Alec Embke

Ah, thank you, I keep forgetting to go back and trim that list.

Hi @nviennot, Thanks for the PR. A few things: I'm not sure I agree with this: > Typically, when callers pass a key of type &str, it most of the...

@Dessix, I removed the mocking layer feature in the latest build, so that should help remove any confusion around this. In the meantime I'm still debating whether to bring it...

@Dessix this is in the main branch now and will be released as 5.0.0 shortly. I'm going to close this for now, but I'm planning on adding a wiki page...

Hi @rezmuh Good question, but I don't have a great answer. I removed the mocking layer primarily because the Redis interface became huge and it didn't seem feasible to try...

No problem. I managed to get most of the plumbing and basic commands done this weekend, and I was really just hoping you wouldn't say "I need the streams interface"...

Ok great, that's pretty straightforward to implement. And one benefit of doing it the way I had started is that it'll also work with the `SubscriberClient` if you're using that.

Just a heads up to the shotover maintainers on this one. I had a similar issue with [fred](https://github.com/aembke/fred.rs). PSUBSCRIBE and friends (any of the pubsub commands) are unique relative to...

For what it's worth, this is what the `is_pubsub_message` and related functions are for on the `Frame` types in `redis_protocol`. I had to go through a similar design process with...

Can you describe what you tried and what error message you saw?