titan
titan copied to clipboard
Maintain the sessions of clients
A connection from a client to Titan, in fact, is a session. The session could be maintained by titan to achieve some goals, like blocking a client on a list(blpop) or channel(subscribe), keeping the cursor for a subscriber(pub/sub) or consumer(stream)
An RFC is required for this design.