Instead of just having a redis pub/sub model, this lets us (goonstation at least) use redis as a reliable event queue. Basically, we want to shit tons of our event logging and stuff to redis to eventually be consumed by our api and fancy~ management bits.
fixes #129
Instead of just having a redis pub/sub model, this lets us (goonstation at least) use redis as a reliable event queue. Basically, we want to shit tons of our event logging and stuff to redis to eventually be consumed by our api and fancy~ management bits.