This is an automated email from the ASF dual-hosted git repository.
ringles pushed a change to branch
GEODE-9892-Create-Infrastructure-for-Redis-Lists
in repository https://gitbox.apache.org/repos/asf/geode.git.
from 67b553b Remove javadoc for removed param
add c664ecd Review updates 1
add 6bad7e9 Review updates 2
add e7784ab Review updates 3
No new revisions were added by this update.
Summary of changes:
.../MemoryOverheadNativeRedisAcceptanceTest.java | 2 +
.../commands/executor/list/LPopDUnitTest.java | 15 +-
.../commands/executor/list/LPushDUnitTest.java | 11 +-
.../AbstractLPopArgumentCountIntegrationTest.java | 53 ---
.../list/AbstractListsIntegrationTest.java | 79 +++-
.../list/LPopArgumentCountIntegrationTest.java | 31 --
.../executor/list/ListsIntegrationTest.java | 11 +
.../server/AbstractHitsMissesIntegrationTest.java | 18 +
.../AbstractMemoryOverheadIntegrationTest.java | 41 +-
.../data/MemoryOverheadIntegrationTest.java | 2 +
.../geode/redis/internal/GeodeRedisService.java | 3 +-
.../commands/executor/list/LLenExecutor.java | 2 +-
.../commands/executor/list/LPopExecutor.java | 4 -
.../geode/redis/internal/data/NullRedisList.java | 8 +-
.../geode/redis/internal/data/RedisList.java | 111 ++---
.../data/collections/RedisElementList.java | 143 +++++++
.../internal/data/collections/SizeableList.java | 78 ----
.../internal/netty/ExecutionHandlerContext.java | 2 +-
.../geode/redis/internal/data/RedisListTest.java | 468 ++-------------------
...ableListTest.java => RedisElementListTest.java} | 42 +-
20 files changed, 385 insertions(+), 739 deletions(-)
delete mode 100755
geode-for-redis/src/integrationTest/java/org/apache/geode/redis/internal/commands/executor/list/AbstractLPopArgumentCountIntegrationTest.java
delete mode 100755
geode-for-redis/src/integrationTest/java/org/apache/geode/redis/internal/commands/executor/list/LPopArgumentCountIntegrationTest.java
create mode 100644
geode-for-redis/src/main/java/org/apache/geode/redis/internal/data/collections/RedisElementList.java
delete mode 100644
geode-for-redis/src/main/java/org/apache/geode/redis/internal/data/collections/SizeableList.java
rename
geode-for-redis/src/test/java/org/apache/geode/redis/internal/data/collections/{SizeableListTest.java
=> RedisElementListTest.java} (60%)