Package org.springframework.data.redis.connection.util

Internal utility package for encoding/decoding Strings to byte[] (using Base64) library.

See:
          Description

Class Summary
AbstractSubscription Base implementation for a subscription handling the channel/pattern registration so subclasses only have to deal with the actual registration/unregistration.
ByteArrayWrapper Simple wrapper class used for wrapping arrays so they can be used as keys inside maps.
DecodeUtils Simple class containing various decoding utilities.
 

Package org.springframework.data.redis.connection.util Description

Internal utility package for encoding/decoding Strings to byte[] (using Base64) library.