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

c - Compilation of a code: unkown type name string -

java - Bypassing "final local variable defined in an enclosing type" -

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