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

java Multi query from Mysql using netbeans -

c# - DotNetZip fails with "stream does not support seek operations" -

c++ - StartServiceCtrlDispatcher don't can access 1063 error -