overleaf/services/document-updater/test/unit/coffee/RedisManager
James Allen f707783aba Remove old methods of triggering doc updates
Remove the old pub/sub listener which is no longer used.

Also remove the DocsWithPendingUpdates set, which used to track
docs waiting to be updated. This was necessary incase messages were
missed on the pub/sub channel, so we knew which docs still had pending
updates. However, now we use the BLPOP queue, these updates just sit in
the queue until a consumer comes back to continue consuming them.
2016-06-01 11:28:23 +01:00
..
getDocTests.coffee Clean up and speed up unit tests by making sure requires are mocked 2016-01-20 17:36:06 +00:00
getPendingUpdatesForDocTests.coffee Clean up and speed up unit tests by making sure requires are mocked 2016-01-20 17:36:06 +00:00
getPreviousDocOpsTests.coffee Fix unit tests 2016-05-31 13:32:15 +01:00
getUpdatesLengthTests.coffee Clean up and speed up unit tests by making sure requires are mocked 2016-01-20 17:36:06 +00:00
pushDocOpTests.coffee Clean up and speed up unit tests by making sure requires are mocked 2016-01-20 17:36:06 +00:00
pushUncompressedHistoryOpTests.coffee Clean up and speed up unit tests by making sure requires are mocked 2016-01-20 17:36:06 +00:00
putDocInMemoryTests.coffee Remove unused total doc counting redis commands 2016-06-01 11:03:39 +01:00
removeDocFromMemoryTests.coffee Clean up and speed up unit tests by making sure requires are mocked 2016-01-20 17:36:06 +00:00