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


@NonNullApi @NonNullFields package org.springframework.data.redis.support.collections
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. </p/> Lastly, for key/value associations RedisMap providing a Map-like abstraction on top of a Redis hash.