インターフェースの使用
org.springframework.data.redis.connection.ReactiveRedisConnection
ReactiveRedisConnection を使用するパッケージ
パッケージ
説明
さまざまな Redis ' ドライバー '/libraries と対話するための低レベルの抽象化を提供する接続パッケージ。
Redis を Spring の概念と統合するためのコアパッケージ。
Lua スクリプト実行の抽象化。
org.springframework.data.redis.connection 内の ReactiveRedisConnection 使用
org.springframework.data.redis.core 内の ReactiveRedisConnection 使用
修飾子と型メソッド説明protected ReactiveRedisConnectionReactiveRedisTemplate.createRedisConnectionProxy(ReactiveRedisConnection reactiveRedisConnection) protected ReactiveRedisConnectionReactiveRedisTemplate.preProcessConnection(ReactiveRedisConnection connection, boolean existingConnection) 接続を処理します(設定が実行される前に)。型 ReactiveRedisConnection の引数を持つ型を返す org.springframework.data.redis.core のメソッド修飾子と型メソッド説明protected reactor.core.publisher.Mono<ReactiveRedisConnection>ReactiveRedisTemplate.getConnection()新しいReactiveRedisConnectionを発行するMonoを作成します。型 ReactiveRedisConnection のパラメーターを持つ org.springframework.data.redis.core のメソッド修飾子と型メソッド説明protected ReactiveRedisConnectionReactiveRedisTemplate.createRedisConnectionProxy(ReactiveRedisConnection reactiveRedisConnection) org.reactivestreams.Publisher<T>ReactiveRedisCallback.doInRedis(ReactiveRedisConnection connection) アクティブな Redis 接続でReactiveRedisTemplate.execute(ReactiveRedisCallback)によって呼び出されます。protected <T> org.reactivestreams.Publisher<T>ReactiveRedisTemplate.postProcessResult(org.reactivestreams.Publisher<T> result, ReactiveRedisConnection connection, boolean existingConnection) Publisherを返す前に結果を処理します。protected ReactiveRedisConnectionReactiveRedisTemplate.preProcessConnection(ReactiveRedisConnection connection, boolean existingConnection) 接続を処理します(設定が実行される前に)。org.springframework.data.redis.core.script 内の ReactiveRedisConnection 使用
型 ReactiveRedisConnection のパラメーターを持つ org.springframework.data.redis.core.script のメソッド修飾子と型メソッド説明protected <T> reactor.core.publisher.Flux<T>DefaultReactiveScriptExecutor.eval(ReactiveRedisConnection connection, RedisScript<T> script, ReturnType returnType, int numKeys, ByteBufferSE[] keysAndArgs, RedisElementReader<T> resultReader)