You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by "Roman Shtykh (JIRA)" <ji...@apache.org> on 2017/01/06 03:02:58 UTC

[jira] [Created] (IGNITE-4528) Redis INCR values are not picked up by MGET and DBSIZE

Roman Shtykh created IGNITE-4528:
------------------------------------

             Summary: Redis INCR values are not picked up by MGET and DBSIZE
                 Key: IGNITE-4528
                 URL: https://issues.apache.org/jira/browse/IGNITE-4528
             Project: Ignite
          Issue Type: Sub-task
            Reporter: Roman Shtykh


{code}
>>> r.get('p1')
'1'
>>> r.incrby('p2', 2)
2
>>> r.mget('p1', 'p2')
[]
>>> r.dbsize()
0L
{code}



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