mbland / custom-links

An application for allowing authenticated users to create and dereference custom URLs hosted on a custom domain.
ISC License
7 stars 1 forks source link

Redis refactor #175

Closed mbland closed 6 years ago

mbland commented 6 years ago

This moves all the former lib/redis-client.js code to the new lib/redis module. Several auxiliary and utility classes have been split out into separate modules. In particular:

coveralls commented 6 years ago

Coverage Status

Coverage increased (+0.04%) to 98.194% when pulling cadf31b6af63084d202e8871a6358801eb03c4c1 on redis-refactor into c5a1572072a13f4270fea22714eefdfe607b94c3 on master.

mbland commented 6 years ago

I had to mark some duplicate code warnings as Invalid, since the methods in questions were thin wrappers around helper functions. Merging.