|
Switch to String as exchange data type (byte[] is used currently with RedisConnection). A pure binary level is not required to map data in a natural style within Redis.
The JSON dialect encapsulates various data types within a UTF-8 string. The upcoming hash dialect does not require byte[] but a switch to String facilitates the further development (i. e. byte[] to String and String to byte[] are not needed anymore).
|