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

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

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

Anton Vinogradov (Jira)
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)