クラスの使用
org.springframework.data.redis.connection.RedisServer
RedisServer を使用するパッケージ
パッケージ
説明
さまざまな Redis ' ドライバー '/libraries と対話するための低レベルの抽象化を提供する接続パッケージ。
Jedis ライブラリの接続パッケージ。
Lettuce の接続パッケージ Redis クライアント。
org.springframework.data.redis.connection 内の RedisServer 使用
修飾子と型メソッド説明static RedisServerRedisServer.newServerFrom(PropertiesSE properties) 指定されたプロパティから新しいRedisServerを作成します。型 RedisServer の引数を持つ型を返す org.springframework.data.redis.connection のメソッド修飾子と型メソッド説明RedisSentinelCommands.masters()監視対象のマスターとその状態のCollectionSE を取得します。指定されたマスターのレプリカのリストを表示します。型 RedisServer のパラメーターを持つ org.springframework.data.redis.connection のメソッド修飾子と型メソッド説明voidRedisSentinelCommands.monitor(RedisServer master) 指定されたRedisNode.getName()、RedisNode.getHost()、RedisNode.getPort()、getQuorum()で新しいマスターの監視を開始するように sentinel に指示します。org.springframework.data.redis.connection.jedis 内の RedisServer 使用
型 RedisServer の引数を持つ型を返す org.springframework.data.redis.connection.jedis のメソッド型 RedisServer のパラメーターを持つ org.springframework.data.redis.connection.jedis のメソッドorg.springframework.data.redis.connection.lettuce 内の RedisServer 使用
型 RedisServer の引数を持つ型を返す org.springframework.data.redis.connection.lettuce のメソッド修飾子と型メソッド説明LettuceSentinelConnection.masters()static ListSE<RedisServer>LettuceConverters.toListOfRedisServer(ListSE<MapSE<StringSE, StringSE>> source) 型 RedisServer のパラメーターを持つ org.springframework.data.redis.connection.lettuce のメソッド