You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by je...@apache.org on 2020/10/21 19:15:58 UTC

[geode] branch develop updated (b76eba7 -> d436e8d)

This is an automated email from the ASF dual-hosted git repository.

jensdeppe pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/geode.git.


    from b76eba7  GEODE-8629: Redis TTL should round up the returned value (#5640)
     add d436e8d  GEODE-8622: Redis INCRBYFLOAT error messages are consistent with native Redis (#5636)

No new revisions were added by this update.

Summary of changes:
 .../string/AbstractIncrByFloatIntegrationTest.java | 110 ++++++++++++++++++---
 .../geode/redis/internal/RedisConstants.java       |   3 +
 .../geode/redis/internal/data/RedisString.java     |   9 +-
 .../executor/string/IncrByFloatExecutor.java       |  19 ++--
 4 files changed, 113 insertions(+), 28 deletions(-)