Interface BulkMapper<T,V>


public interface BulkMapper<T,V>
Mapper translating Redis bulk value responses (typically returned by a sort query) to actual objects. Implementations of this interface do not have to worry about exception or connection handling.

Typically used by RedisTemplate sort methods.

Author:
Costin Leau
  • Method Summary

    Modifier and Type
    Method
    Description
    mapBulk(List<V> tuple)
     
  • Method Details

    • mapBulk

      T mapBulk(List<V> tuple)