get redis server time with redistemplate
On Spring Boot I want to get millis of Redis server with RedisTemplate. Like this redis> TIME "1687736427" "339025" redis> TIME "1687736427" "339285" redis> But reference says, "Template does not Support Time". Is there no way? /* thank you!! lant.…