Package org.springframework.data.redis.support.collections

Package providing implementations for most of the java.util collections on top of Redis.

See: Description

Package org.springframework.data.redis.support.collections Description

Package providing implementations for most of the java.util collections on top of Redis.

For indexed collections, such as List, Queue or Deque consider RedisList.

For collections without duplicates the obvious candidate is RedisSet. Use RedisZSet if a certain order is required.

Lastly, for key/value associations RedisMap providing a Map-like abstraction on top of a Redis hash.