Skip to content

io microsphere alibaba sentinel spring boot autoconfigure SentinelRedisAutoConfiguration

github-actions[bot] edited this page Jul 4, 2026 · 3 revisions

SentinelRedisAutoConfiguration

Type: Class | Module: microsphere-alibaba-sentinel-spring-boot | Package: io.microsphere.alibaba.sentinel.spring.boot.autoconfigure | Since: 1.0.0

Source: microsphere-alibaba-sentinel-spring-boot/src/main/java/io/microsphere/alibaba/sentinel/spring/boot/autoconfigure/SentinelRedisAutoConfiguration.java

Overview

The Spring Boot Auto-Configuration class of Alibaba Sentinel x Redis

Declaration

public class SentinelRedisAutoConfiguration

Author: Mercy

Version Information

  • Introduced in: 1.0.0
  • Current Project Version: 0.2.0-SNAPSHOT

Version Compatibility

This component is tested and compatible with the following Java versions:

Java Version Status
Java 17 ✅ Compatible
Java 21 ✅ Compatible
Java 25 ✅ Compatible

Usage

Maven Dependency

Add the following dependency to your pom.xml:

<dependency>
    <groupId>io.github.microsphere-projects</groupId>
    <artifactId>microsphere-alibaba-sentinel-spring-boot</artifactId>
    <version>${microsphere-alibaba-sentinel.version}</version>
</dependency>

Tip: Use the BOM (microsphere-alibaba-sentinel-dependencies) for consistent version management. See the Getting Started guide.

Import

import io.microsphere.alibaba.sentinel.spring.boot.autoconfigure.SentinelRedisAutoConfiguration;

API Reference

Public Methods

Method Description
sentinelRedisCommandInterceptor

See Also

  • com.alibaba.cloud.sentinel.custom.SentinelAutoConfiguration
  • org.springframework.boot.autoconfigure.data.redis.RedisAutoConfiguration

This documentation was auto-generated from the source code of microsphere-alibaba-sentinel.

Clone this wiki locally