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

add hset and hget #4

Merged
merged 1 commit into from Jul 11, 2014
Merged

add hset and hget #4

merged 1 commit into from Jul 11, 2014

Conversation

@armstrtw
Copy link
Contributor

@armstrtw armstrtw commented Jul 11, 2014

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.

@@ -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

This comment has been minimized.

@eddelbuettel

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.

This comment has been minimized.

@armstrtw

armstrtw Jul 11, 2014
Author Contributor

oh, sorry about that. will note for next time...

This comment has been minimized.

@eddelbuettel

eddelbuettel Jul 11, 2014
Owner

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!
@eddelbuettel eddelbuettel merged commit 937d87e into eddelbuettel:master Jul 11, 2014
1 check passed
1 check passed
continuous-integration/travis-ci The Travis CI build passed
Details
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
Projects
None yet
Linked issues

Successfully merging this pull request may close these issues.

None yet

2 participants
You can’t perform that action at this time.