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)