Skip to content

Latest commit

 

History

History
30 lines (27 loc) · 912 Bytes

bookmark.md

File metadata and controls

30 lines (27 loc) · 912 Bytes

Redis Kit

  • Redisson
  • Caffeine
  • Netty

Redis Connection Pool

  • org.redisson.client.RedisConnection
  • org.redisson.client.RedisClient
  • org.redisson.client.handler.RedisChannelInitializer
  • io.netty.channel.Channel
  • io.netty.channel.pool.ChannelPool
  • io.netty.channel.pool.ChannelPoolHandler
  • io.netty.channel.pool.FixedChannelPool

Redis Commands

  • Redis Commands
  • org.redisson.client.protocol.RedisCommands
  • org.redisson.client.protocol.CommandData
  • org.redisson.client.handler.CommandEncoder
  • io.netty.buffer.ByteBuf

Redis Cache

  • org.redisson.jcache.JCache
  • org.redisson.jcache.JCacheManager
  • org.redisson.jcache.JCachingProvider
  • org.redisson.jcache.JCacheEntry
  • org.redisson.jcache.JCacheEntryEvent
  • org.redisson.jcache.JCacheMBeanServerBuilder
  • org.redisson.jcache.bean.JCacheStatisticsMXBean
  • javax.cache.configuration.MutableConfiguration