Redis 5.0 includes the new Stream data type, discussed at http://antirez.com/news/114. Is this a viable candidate to replace message_bus' use of sorted sets and PUBLISH? I'm interested in attempting an implementation, but am looking for in-principle agreement that it's worthwhile first.