* Initial [WIP] implementation This initial implementation works to send messages but does not yet handle unsubscribing properly. * Implement UnboundedSender * Implement UnboundedChannels for concurrency
* Adjust module privacy * Use trait object * Finish module privacy refactor
* Reorganize files * Refactor main() * Code reorganization [WIP] * Reorganize code [WIP] * Refacto RedisConn [WIP] * Complete code reorganization