程序包cn.aradin.spring.redis.starter.core的分层结构

程序包分层结构:

类分层结构

  • java.lang.Object
    • cn.aradin.spring.redis.starter.core.AbstractBucketOperations<K,V>
      • cn.aradin.spring.redis.starter.core.BucketHashOperations<HK,HV> (implements org.springframework.data.redis.core.HashOperations<H,HK,HV>)
      • cn.aradin.spring.redis.starter.core.BucketSetOperations<K,V> (implements org.springframework.data.redis.core.SetOperations<K,V>)
    • org.springframework.data.redis.core.RedisAccessor (implements org.springframework.beans.factory.InitializingBean)
      • org.springframework.data.redis.core.RedisTemplate<K,V> (implements org.springframework.beans.factory.BeanClassLoaderAware, org.springframework.data.redis.core.RedisOperations<K,V>)