fastio / 1store

NoSQL data store using the SEASTAR framework, compatible with Redis
GNU Affero General Public License v3.0
1.32k stars 170 forks source link

Feature Request: Pub/Sub #15

Open blunney1 opened 7 years ago

blunney1 commented 7 years ago

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?

fastio commented 7 years ago

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