DATAREDIS-1095 - Polishing.
Move off deprecated methods. Original Pull Request: #509
This commit is contained in:
committed by
Christoph Strobl
parent
87bbee4310
commit
86bdbb70a1
@@ -17,7 +17,6 @@ package org.springframework.data.redis.core;
|
||||
|
||||
import reactor.core.publisher.Flux;
|
||||
import reactor.core.publisher.Mono;
|
||||
import reactor.core.scheduler.Schedulers;
|
||||
|
||||
import java.lang.reflect.Proxy;
|
||||
import java.nio.ByteBuffer;
|
||||
@@ -205,7 +204,7 @@ public class ReactiveRedisTemplate<K, V> implements ReactiveRedisOperations<K, V
|
||||
|
||||
return postProcessResult(result, conn, false);
|
||||
|
||||
}, ReactiveRedisConnection::closeLater, ReactiveRedisConnection::closeLater);
|
||||
}, ReactiveRedisConnection::closeLater);
|
||||
}
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user