You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by nn...@apache.org on 2021/03/17 22:06:00 UTC

[geode] branch develop updated (dfc1656 -> 0b9c6b1)

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

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


    from dfc1656  GEODE-9032: support SLOWLOG command (#6131)
     add 0b9c6b1  GEODE-9019: Fixed synchronization blocks missed in previous commit  (#6123)

No new revisions were added by this update.

Summary of changes:
 .../apache/geode/codeAnalysis/sanctionedDataSerializables.txt |  8 ++++----
 .../java/org/apache/geode/redis/internal/data/RedisHash.java  |  2 +-
 .../java/org/apache/geode/redis/internal/data/RedisSet.java   |  2 +-
 .../org/apache/geode/redis/internal/data/RedisString.java     |  8 ++------
 .../geode/redis/internal/executor/string/SetOptions.java      |  4 ++--
 .../org/apache/geode/redis/internal/data/RedisHashTest.java   | 10 ++++++++++
 .../org/apache/geode/redis/internal/data/RedisSetTest.java    | 11 +++++++++++
 .../org/apache/geode/redis/internal/data/RedisStringTest.java | 11 +++++++++++
 8 files changed, 42 insertions(+), 14 deletions(-)