Skip to content
目录概览

Redis 和 Redisson 有什么关系?

Redisson是一个高级的分布式协调 Redis 客服端,能帮助用户在分布式环境中轻松实现一些Java 的对象:

  • Bloom filter;
  • BitSet;
  • Set;
  • SetMultimap;
  • ScoredSortedSet;
  • SortedSet;
  • Map;
  • ConcurrentMap;
  • List;
  • ListMultimap;
  • Queue;
  • BlockingQueue;
  • Deque;
  • BlockingDeque;
  • Semaphore;
  • Lock;
  • ReadWriteLock;
  • AtomicLong;
  • CountDownLatch;
  • Publish / Subscribe;
  • HyperLogLog。