Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Export utils and commands to share (with sentinel client, or others) #428

Closed
wants to merge 3 commits into from
Closed

Conversation

benbuckman
Copy link

This supports redis-sentinel-client. It should not change or break any node_redis functionality, it simply separates and/or exports pieces that can be used by other modules. (Which should be good architecture regardless of the sentinel client or other modules using it.)

Thanks!

Ben Buckman added 3 commits April 30, 2013 11:58
(originally 274f846 by Tanguy Le Barzic <tanguy@Zorro2.(none)>, without sentinel.js)
return Array.isArray(obj) && obj.length === 0;
}
// separated test helpers
var testUtils = require('./utils'),
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This causes an error, needs to be:
var testUtils = require('./test_utils'),

@brycebaril
Copy link
Contributor

Other than the comment above that is required to make the tests run, looks good.

@asilvas
Copy link

asilvas commented Jun 13, 2014

@benbuckman You going to make the minor update so it can be merged in?

@BridgeAR
Copy link
Contributor

BridgeAR commented Sep 4, 2015

Ping @benbuckman

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants