Description
The RedisData interface and all of the associated implementation classes all use ByteArrayWrapper.
AbstractRedisData
NullRedisData
NullRedisHash
NullRedisSet
NullRedisString
RedisHash
RedisSet
RedisString
These classes should be refactored to eliminate the use of ByteArrayWrapper and use byte[] instead.
When used as a key in a GeodeRegion, the new RedisKey class should be used as a key instead of byte[].
The attached ByteArrayWrapperUsage.txt file shows all classes and files using ByteArrayWrapper.
Acceptance Criteria
After this refactor, we must verify that all existing regression tests run without failure.