dpbriggs / redis-oxide

Multi-threaded implementation of redis written in rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

publish subscribe implementation possible?

hiqsociety opened this issue · comments

publish subscribe implementation possible?

It's certainly possible. We have some machinery in place for it - BLPOP and friends. I highly encourage you to try and add it yourself if you're interested. I may not visit this project for a while.