caching - Get the last time a given Redis key was accessed -



caching - Get the last time a given Redis key was accessed -

i'd view time of recent access specific key on redis server.

i know info stored each key because used in redis's lru algorithm eliminating old keys.

is there easy way see info given key?

you can utilize object idletime command purpose. works number of seconds since key accessed, if need time subtract reply now().

caching redis key lru

Comments

Popular posts from this blog

Delphi change the assembly code of a running process -

json - Hibernate and Jackson (java.lang.IllegalStateException: Cannot call sendError() after the response has been committed) -

C++ 11 "class" keyword -