Interface RedisUtils.RedisTemplateProvider

Enclosing class:
RedisUtils

public static interface RedisUtils.RedisTemplateProvider
  • Method Summary

    Modifier and Type
    Method
    Description
    <V> org.springframework.data.redis.core.RedisTemplate<String,V>
    getRedisTemplate(org.springframework.data.redis.connection.RedisConnectionFactory redisConnectionFactory)
     
  • Method Details

    • getRedisTemplate

      <V> org.springframework.data.redis.core.RedisTemplate<String,V> getRedisTemplate(org.springframework.data.redis.connection.RedisConnectionFactory redisConnectionFactory)