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 7289b77 GEODE-9248: Server hosting CQ queue uneccessary fills
bucketToTempQue… (#6477)
add 7a2fee9 GEODE-9202: implement PUBSUB CHANNELS subcommand (#6493)
No new revisions were added by this update.
Summary of changes:
.../NativeRedisSubCommandsIntegrationTest.java} | 11 +-
.../redis/RedisCommandArgumentsTestHelper.java | 23 +++
.../pubsub/AbstractSubCommandsIntegrationTest.java | 199 +++++++++++++++++++++
...onTest.java => SubCommandsIntegrationTest.java} | 3 +-
.../geode/redis/internal/RedisCommandType.java | 2 +
.../geode/redis/internal/RedisConstants.java | 3 +
.../PubSubExecutor.java} | 55 +++---
.../apache/geode/redis/internal/pubsub/PubSub.java | 5 +-
.../geode/redis/internal/pubsub/PubSubImpl.java | 10 ++
.../geode/redis/internal/pubsub/Subscriptions.java | 33 ++++
.../redis/internal/SupportedCommandsJUnitTest.java | 1 +
.../internal/pubsub/SubscriptionsJUnitTest.java | 151 ++++++++++++++--
12 files changed, 452 insertions(+), 44 deletions(-)
copy
geode-apis-compatible-with-redis/src/acceptanceTest/java/org/apache/geode/redis/internal/executor/{cluster/ClusterNativeRedisAcceptanceTest.java
=> pubsub/NativeRedisSubCommandsIntegrationTest.java} (83%)
create mode 100644
geode-apis-compatible-with-redis/src/integrationTest/java/org/apache/geode/redis/internal/executor/pubsub/AbstractSubCommandsIntegrationTest.java
copy
geode-apis-compatible-with-redis/src/integrationTest/java/org/apache/geode/redis/internal/executor/pubsub/{LettucePubSubIntegrationTest.java
=> SubCommandsIntegrationTest.java} (92%)
copy
geode-apis-compatible-with-redis/src/main/java/org/apache/geode/redis/internal/executor/{string/GetRangeExecutor.java
=> pubsub/PubSubExecutor.java} (53%)
mode change 100755 => 100644