Tim Sazon

Results 3 comments of Tim Sazon

I want to use application properties placeholders in `@KeySpace` and `@RedisHash` annotations, but afaik SpEL expressions can't handle it. For example, `@EnableRedisWebSession` annotation from Spring Session Data Redis supports such...

In that case, it will require additional configuration. I think it'd be better to support this the same way as `@Value` or `@EnableRedisWebSession` do (it doesn't change API anyway).

Yes, I've already tried (67001 was just a typo in the issue), nothing changes. Btw, I stopped at this solution with `regedit` library and it's fine: ``` export async function...