Interface ReactiveRedisSessionCallback<K,V,T>

Type Parameters:
T -

public interface ReactiveRedisSessionCallback<K,V,T>
Generic callback interface for code that wants to use the same ReactiveRedisConnection avoiding connection allocation overhead upon each Template API method call. Allows to execute any number of operations on a single ReactiveRedisConnection, using any type and number of commands.

This is particularly useful for issuing multiple calls on the same connection.

Since:
2.6
Author:
Mark Paluch
See Also: