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
An message queue implemented base on Redis Pub/Sub and Redis list. Could support 2 kinds of messages: Topic, Queue. Topic messages could be described by multiple subscribers, Queue messages could be consumed by the first consumer.