[GitHub] incubator-gearpump pull request #191: [GEARPUMP-319] Support Sorted Set in R...

2017-06-26 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/incubator-gearpump/pull/191


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] incubator-gearpump pull request #191: [GEARPUMP-319] Support Sorted Set in R...

2017-06-22 Thread darionyaphet
GitHub user darionyaphet opened a pull request:

https://github.com/apache/incubator-gearpump/pull/191

[GEARPUMP-319] Support Sorted Set in Redis

Sorted Set is similar with Set in Redis with unique values . 

Each element storage in Sorted Set is associated with a score that is use 
to sort the element in order .

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/darionyaphet/incubator-gearpump GEARPUMP-319

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/incubator-gearpump/pull/191.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #191


commit 77d12e97843deae16c2598b5e23bcd4ea0968fed
Author: darionyaphet 
Date:   2017-06-22T08:05:39Z

[GEARPUMP-319] Support Sorted Set in Redis




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---