[
https://issues.apache.org/jira/browse/IGNITE-4528?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15803359#comment-15803359
]
Roman Shtykh commented on IGNITE-4528:
--------------------------------------
Special consideration for {{AtomicLong}} for other string commands should be
done too.
> 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)