nonbinaryprogrammer commented on a change in pull request #7392: URL: https://github.com/apache/geode/pull/7392#discussion_r830257517
########## File path: geode-for-redis/src/main/java/org/apache/geode/redis/internal/data/RedisList.java ########## @@ -229,6 +261,32 @@ public int getDSFID() { return REDIS_LIST_ID; } + public synchronized int elementInsert(byte[] elementToInsert, byte[] referenceElement, + boolean before) { + int i = 0; Review comment: for some reason this didn't work. I looked at it for awhile but don't see why it wouldn't. I left the code as is. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@geode.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org