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

find by id has some problem when key does not exist #10

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

caofb
Copy link

@caofb caofb commented Aug 17, 2014

when key does not exist,find by id still return value ,that is beause client.multi may return null when key does not exist,so we exclude null vale.

@@ -2,7 +2,7 @@
* Module dependencies
*/
var redis = require('redis');

var _=require('lodash');
Copy link
Contributor

Choose a reason for hiding this comment

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

Unnecessary dependency. Use Array.prototype.filter

@caofb
Copy link
Author

caofb commented Aug 18, 2014

i removed lodash and use Array.prototype.filter

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.

2 participants