Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upadd hset and hget #4
Merged
Conversation
| @@ -1,7 +1,7 @@ | |||
| Package: RcppRedis | |||
| Type: Package | |||
| Title: Rcpp bindings for Redis using the hiredis library | |||
| Version: 0.1.1 | |||
| Version: 0.1.2 | |||
eddelbuettel
Jul 11, 2014
Owner
I usually make that 0.1.1.x with x in {0,1,2,3,...} and only switch to 0.1.2 upon release.
I usually make that 0.1.1.x with x in {0,1,2,3,...} and only switch to 0.1.2 upon release.
armstrtw
Jul 11, 2014
Author
Contributor
oh, sorry about that. will note for next time...
oh, sorry about that. will note for next time...
eddelbuettel
Jul 11, 2014
Owner
No worries whatsoever, was just a minor note. Added a ChangeLog entry too...
No worries whatsoever, was just a minor note. Added a ChangeLog entry too...
eddelbuettel
added a commit
that referenced
this pull request
Jul 11, 2014
add hset and hget Thanks!
937d87e
into
eddelbuettel:master
1 check passed
1 check passed
eddelbuettel
added a commit
that referenced
this pull request
Jul 11, 2014
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
just a copy of get/set functions w/ the extra 'field' argument and different return type for hset. There are probably less redundant ways of doing it, but that would have required changes to the rest of the code.