profunktor/redis4cats

Implement OBJECT IDLETIME command

Closed this issue · 0 comments

https://redis.io/commands/object

Implement OBJECT IDLETIME. This command is useful for memory management. It is used in "moving expiration based on last used" cleanup strategy.

Lettuce 5.3.x API: https://github.com/lettuce-io/lettuce-core/blob/dbab9668c379f7931b1e2d50dbb232d4823abea9/src/main/java/io/lettuce/core/api/async/RedisKeyAsyncCommands.java#L169