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

implemented & added tests for hash operations HSET, HKEYS, HGET, HDEL, HGETALL #125

Merged
merged 4 commits into from
Feb 26, 2019

Conversation

popaaaandrei
Copy link

There are more hash operations but these are the basic ones.
Also tried to document as much as possible.

@vzsg
Copy link
Member

vzsg commented Nov 9, 2018

You don't have to open a new PR only to add another commit, simply pushing the test commit to your branch would have updated the old PR. (This is also why it's generally preferred to make a branch on your fork first, and open a pull request from the branch to the original master. 😉)

Thanks for the PR by the way.

@popaaaandrei
Copy link
Author

Thank you for the advice.

@popaaaandrei popaaaandrei changed the title implemented & added tests for hash operations HSET, HKEYS, HGET, HDEL implemented & added tests for hash operations HSET, HKEYS, HGET, HDEL, HGETALL Dec 27, 2018
Copy link
Member

@tanner0101 tanner0101 left a comment

Choose a reason for hiding this comment

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

Hi @popaaaandrei, sorry for missing this PR. I'd be happy to merge this if we can resolve the conflicts.

@popaaaandrei
Copy link
Author

@tanner0101 done; rebased again

@tanner0101 tanner0101 added the enhancement New feature or request label Feb 26, 2019
Copy link
Member

@tanner0101 tanner0101 left a comment

Choose a reason for hiding this comment

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

Thanks!

@tanner0101 tanner0101 merged commit 136f0b6 into vapor:master Feb 26, 2019
@penny-coin
Copy link

Hey @popaaaandrei, you just merged a pull request, have a coin!

You now have 1 coins.

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

Successfully merging this pull request may close these issues.

4 participants