Harrison88 / redtrio

4 stars 0 forks source link

Support callbacks for push #12

Closed Harrison88 closed 4 years ago

Harrison88 commented 4 years ago

Now that the RESP3 parser supports the push type, there needs to be a way to register callbacks in case a push is received. It should be able to be based on the push_type (i.e., call this function when the push_type is "message", and such like).