类分层结构
- java.lang.Object
- 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>)
- cn.nkpro.elcube.data.redis.EnvRedisTemplate<V> (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>)
- cn.nkpro.elcube.data.redis.RedisConfiguration
- org.springframework.data.redis.core.RedisAccessor (implements org.springframework.beans.factory.InitializingBean)
接口分层结构
- cn.nkpro.elcube.data.redis.RedisSupport<T>
- cn.nkpro.elcube.data.redis.RedisSupport.Function<T>