Remove unused getDocOpsLength method

This commit is contained in:
James Allen 2016-06-01 11:58:15 +01:00
parent 8004e022fe
commit ea8f4a6d7a

View file

@ -151,8 +151,5 @@ module.exports = RedisManager =
[length, _] = results
callback(error, length)
getDocOpsLength: (doc_id, callback = (error, length) ->) ->
rclient.llen keys.docOps(doc_id: doc_id), callback
getDocIdsInProject: (project_id, callback = (error, doc_ids) ->) ->
rclient.smembers keys.docsInProject(project_id: project_id), callback