dschneider-pivotal commented on a change in pull request #6768:
URL: https://github.com/apache/geode/pull/6768#discussion_r697785681
##########
File path:
geode-apis-compatible-with-redis/src/main/java/org/apache/geode/redis/internal/data/RedisHash.java
##########
@@ -84,21 +83,8 @@ public RedisHash() {}
@Override
public synchronized void toData(DataOutput out, SerializationContext
context) throws IOException {
super.toData(out, context);
+ hash.toData(out);
Review comment:
I messed up and meant to copy the line that wrote the size to
hash.toData. Serialization is working now
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]