open-im-server
open-im-server copied to clipboard
[FEATURE REQUEST] GetConversationsHasReadAndMaxSeq optimization
Why this feature?
GetConversationsHasReadAndMaxSeq using a for loop to request Redis and the database is inefficient.
Suggested Solution
Optimize using goroutines and batch requests.
Additional Information
No response