Uses of Class
org.springframework.batch.item.redis.builder.RedisItemReaderBuilder
-
Uses of RedisItemReaderBuilder in org.springframework.batch.item.redis.builder
Modifier and TypeMethodDescriptionRedisItemReaderBuilder.redisTemplate
(org.springframework.data.redis.core.RedisTemplate<K, V> redisTemplate) Set theRedisTemplate
to use in the reader.RedisItemReaderBuilder.scanOptions
(org.springframework.data.redis.core.ScanOptions scanOptions) Set theScanOptions
to select the key set.