fastio / 1store

NoSQL data store using the SEASTAR framework, compatible with Redis

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Feature Request: Pub/Sub

blunney1 opened this issue · comments

I'd love to see the Pub/Sub feature implemented! PUBSUB, SUBSCRIBE, UNSUBSCRIBE and PUBLISH first, followed by PSUBSCRIBE and PUNSUBSCRIBE. Is this a possibility?

From the technical point of view, it's easy to implement the commands which you mentioned. Just need more time to achieve it.