Class MappingRedisConverter.KeyspaceIdentifier

java.lang.Object
org.springframework.data.redis.core.convert.MappingRedisConverter.KeyspaceIdentifier
Enclosing class:
MappingRedisConverter

public static class MappingRedisConverter.KeyspaceIdentifier extends Object
Value object representing a Redis Hash/Object identifier composed from keyspace and object id in the form of keyspace:id.
Since:
1.8.10
Author:
Mark Paluch, Stefan Berger