You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/11/18 10:56:59 UTC

[jira] [Commented] (IGNITE-4244) Redis INCR/DECR to operate on AtomicLong.

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

ASF GitHub Bot commented on IGNITE-4244:
----------------------------------------

GitHub user shroman opened a pull request:

    https://github.com/apache/ignite/pull/1247

    IGNITE-4244: INCR/DECR to operate on AtomicLong.

    

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

    $ git pull https://github.com/shroman/ignite ignite-4244

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

    https://github.com/apache/ignite/pull/1247.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 #1247
    
----
commit 518857097e2de888c5c56e8b1ef543cf3548c041
Author: shtykh_roman <rs...@yahoo.com>
Date:   2016-11-18T10:17:11Z

    IGNITE-4244: INCR/DECR to operate on AtomicLong.

----


> Redis INCR/DECR to operate on AtomicLong.
> -----------------------------------------
>
>                 Key: IGNITE-4244
>                 URL: https://issues.apache.org/jira/browse/IGNITE-4244
>             Project: Ignite
>          Issue Type: Sub-task
>            Reporter: Roman Shtykh
>            Assignee: Roman Shtykh
>
> "The INCR command parses the string value as an integer, increments it by one, and finally sets the obtained value as the new value. " 
> http://redis.io/topics/data-types-intro



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)