インターフェースの使用
org.springframework.data.redis.ExceptionTranslationStrategy
ExceptionTranslationStrategy を使用するパッケージ
パッケージ
説明
Redis を Spring の概念と統合するためのルートパッケージ。
さまざまな Redis ' ドライバー '/libraries と対話するための低レベルの抽象化を提供する接続パッケージ。
Jedis ライブラリの接続パッケージ。
Lettuce の接続パッケージ Redis クライアント。
org.springframework.data.redis 内の ExceptionTranslationStrategy 使用
org.springframework.data.redis.connection 内の ExceptionTranslationStrategy 使用
型 ExceptionTranslationStrategy のパラメーターを持つ org.springframework.data.redis.connection のコンストラクター修飾子コンストラクター説明ClusterCommandExecutor(ClusterTopologyProvider topologyProvider, ClusterNodeResourceProvider resourceProvider, ExceptionTranslationStrategy exceptionTranslation) 新しいClusterCommandExecutorを作成します。ClusterCommandExecutor(ClusterTopologyProvider topologyProvider, ClusterNodeResourceProvider resourceProvider, ExceptionTranslationStrategy exceptionTranslation, @Nullable AsyncTaskExecutor executor) org.springframework.data.redis.connection.jedis 内の ExceptionTranslationStrategy 使用
org.springframework.data.redis.connection.lettuce 内の ExceptionTranslationStrategy 使用