You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
I am interested in a new and optional implementation that people can opt in to, provided it performs better than the current one, you would need to measure performance and keep feature parity.
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.The text was updated successfully, but these errors were encountered: