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' queue data structure may be a more natural fit. Mongo's global write lock is may make it a less ideal candidate for high volume queues (constant deletes/inserts).
Redis' queue data structure may be a more natural fit. Mongo's global write lock is may make it a less ideal candidate for high volume queues (constant deletes/inserts).