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

(MAINT) Reduce redis Calls in API #120

Merged
merged 1 commit into from
Aug 3, 2015

Conversation

colinPL
Copy link
Contributor

@colinPL colinPL commented Jul 28, 2015

The return values from most redis calls inform the caller of whether a
key or hash value exists. Several exists() calls can be removed in
favor of this approach.

Updated spec tests to account for a removal of exists() and ismember()
calls in API tests.

The return values from most redis calls inform the caller of whether a
key or hash value exists. Several exists() calls can be removed in
favor of this approach.

Updated spec tests to account for a removal of exists() and ismember()
calls in API tests.
@sschneid
Copy link
Contributor

👍 looks sane to me.

sschneid added a commit that referenced this pull request Aug 3, 2015
(MAINT) Reduce redis Calls in API
@sschneid sschneid merged commit 3c31726 into puppetlabs:master Aug 3, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants