Annotation Type EnableRedisTest


  • @Target({TYPE,ANNOTATION_TYPE})
    @Retention(RUNTIME)
    @Documented
    @Inherited
    @Import(io.microsphere.spring.test.redis.RedisTestConfiguration.class)
    public @interface EnableRedisTest
    Enable Redis Test configures the component list:
    • RedisTemplate<Object,Object>
    • StringRedisTemplate
    • RedisServer
    Since:
    1.0.0
    Author:
    Mercy