You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@gearpump.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2017/06/22 08:31:01 UTC

[jira] [Commented] (GEARPUMP-319) Support Sorted Set in Redis

    [ https://issues.apache.org/jira/browse/GEARPUMP-319?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16058988#comment-16058988 ] 

ASF GitHub Bot commented on GEARPUMP-319:
-----------------------------------------

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 <da...@gmail.com>
Date:   2017-06-22T08:05:39Z

    [GEARPUMP-319] Support Sorted Set in Redis

----


> Support Sorted Set in Redis
> ---------------------------
>
>                 Key: GEARPUMP-319
>                 URL: https://issues.apache.org/jira/browse/GEARPUMP-319
>             Project: Apache Gearpump
>          Issue Type: New Feature
>          Components: core
>            Reporter: darion yaphet
>            Assignee: darion yaphet
>
> *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 .



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)