You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Darrel Schneider (Jira)" <ji...@apache.org> on 2020/08/13 17:56:00 UTC

[jira] [Resolved] (GEODE-8092) redis dbSize on empty redis server returns 2

     [ https://issues.apache.org/jira/browse/GEODE-8092?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Darrel Schneider resolved GEODE-8092.
-------------------------------------
    Fix Version/s: 1.14.0
       Resolution: Fixed

This now returns the size the redis data region

> redis dbSize on empty redis server returns 2
> --------------------------------------------
>
>                 Key: GEODE-8092
>                 URL: https://issues.apache.org/jira/browse/GEODE-8092
>             Project: Geode
>          Issue Type: Bug
>          Components: redis
>            Reporter: Darrel Schneider
>            Priority: Major
>              Labels: easy-fix
>             Fix For: 1.14.0
>
>
> On an empty redis server dbSize should return 0.
> But currently it is always 2 more than it should be.
> The bug is caused by us loading 5 region names into the keyRegistrar but 
> NUM_DEFAULT_KEYS in RedisConstants is 3 (should be 5)



--
This message was sent by Atlassian Jira
(v8.3.4#803005)