クラスの使用
org.springframework.data.redis.connection.RedisStandaloneConfiguration
RedisStandaloneConfiguration を使用するパッケージ
パッケージ
説明
さまざまな Redis ' ドライバー '/libraries と対話するための低レベルの抽象化を提供する接続パッケージ。
Jedis ライブラリの接続パッケージ。
Lettuce の接続パッケージ Redis クライアント。
org.springframework.data.redis.connection 内の RedisStandaloneConfiguration 使用
型 RedisStandaloneConfiguration の引数を持つ型を返す org.springframework.data.redis.connection のメソッドorg.springframework.data.redis.connection.jedis 内の RedisStandaloneConfiguration 使用
修飾子と型メソッド説明@Nullable RedisStandaloneConfigurationJedisConnectionFactory.getStandaloneConfiguration()型 RedisStandaloneConfiguration のパラメーターを持つ org.springframework.data.redis.connection.jedis のコンストラクター修飾子コンストラクター説明JedisConnectionFactory(RedisStandaloneConfiguration standaloneConfiguration) 指定されたRedisStandaloneConfigurationを使用して新しいJedisConnectionFactoryインスタンスを構築します。JedisConnectionFactory(RedisStandaloneConfiguration standaloneConfiguration, JedisClientConfiguration clientConfiguration) 指定されたRedisStandaloneConfigurationおよびJedisClientConfigurationを使用して、新しいJedisConnectionFactoryインスタンスを構築します。org.springframework.data.redis.connection.lettuce 内の RedisStandaloneConfiguration 使用
型 RedisStandaloneConfiguration のパラメーターを持つ org.springframework.data.redis.connection.lettuce のコンストラクター修飾子コンストラクター説明LettuceConnectionFactory(RedisStandaloneConfiguration configuration) デフォルト設定で新しいLettuceConnectionFactoryインスタンスを構築します。LettuceConnectionFactory(RedisStandaloneConfiguration standaloneConfiguration, LettuceClientConfiguration clientConfiguration) 指定されたRedisStandaloneConfigurationおよびLettuceClientConfigurationを使用して、新しいLettuceConnectionFactoryインスタンスを構築します。