brandur/redis-cell

Decouple redismodule - rust integration from redis-cell

Closed this issue · 6 comments

Hi @brandur,

I don't have much experience in rust however I am wondering how complex would be to decouple the part of the code base that interact with redis from your module.

Ideally I wonder how much work would be to create a crate to simply plug inside the dependencies.

Best,

Simone

Hi @siscia,

Yeah, actually I don't think it would be too bad to decouple a crate. I'd been meaning to do it over the holiday break, but didn't quite get around to it. I'll see if I can make some time in the next week or so.

Thanks for the reminder :)

Any news on that ? :)

Hah, sorry, I suck. No meaningful progress as of yet.

I just submitted a PR that does this, but there I also change the API a bit. If you're interested in what it might look like - #10

Hi, there is official redismodule-rs crate now.
I've noticed this issue while browsing. I think it might be closed.

Ah very nice. Thank you @mrzahrada. Going to close this out.