Wayne created GEODE-9167:
----------------------------
Summary: Remove ByteArrayWrapper usage from RedisData
Implementations
Key: GEODE-9167
URL: https://issues.apache.org/jira/browse/GEODE-9167
Project: Geode
Issue Type: New Feature
Components: redis
Reporter: Wayne
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[].
--
This message was sent by Atlassian Jira
(v8.3.4#803005)