package com.arms.util.redisrepo; import java.util.List; public interface CustomRedisTemplate { List scan(String id); }