|
|
@@ -22,7 +22,7 @@ import java.util.stream.Collectors;
|
|
|
public class RedisCacheTenant<T> {
|
|
|
@Autowired
|
|
|
public RedisTemplate redisTemplate;
|
|
|
- @Value("${tenant-id}")
|
|
|
+ @Value("${tenant-id}:1")
|
|
|
private Long ymlTenantId;
|
|
|
private static final String PARENT_KEY = "tenant:cache:";
|
|
|
|