Sercan Noyan Germiyanoğlu
Results
12
comments of
Sercan Noyan Germiyanoğlu
@laurpaum Hi, Can you test all process if it is right? Let me know.
@oscar-besga-panel I think you can use `stringRedisTemplate.opsForValue().increment(key)` and define a bean in RedisConfig ``` @Bean public StringRedisTemplate stringRedisTemplate(RedisConnectionFactory cf) { return new StringRedisTemplate(cf); } ``` If you can solve it,...