Skip to content

Investigate on codec reconfiguration for a active connection #632

@mp911de

Description

@mp911de

Using different codecs requires to run multiple connections as each connection is typed with a specific codec. We should investigate whether it's possible to retype a connection to create a new connection facade that provides its functionality with a different codec:

StatefulRedisConnection<String, String> connection  = …

StatefulRedisConnection<byte[], byte[]> binary = connection.withCodec(ByteArrayCodec.INSTANCE);

Metadata

Metadata

Assignees

No one assigned

    Labels

    for: team-attentionAn issue we need to discuss as a team to make progresstype: taskA general task

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions