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
Post a Comment