Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

For normal operations you should never need to do this, if someone has updated a thumbnail in metadata and they do not want the cache key to expire (Maximum of 24 hours) we could delete the Key from the cache manually. More commands can be found on Redis docs

Code Block
Elasti-Cache-Instance> KEY <pattern or wildcard for all>
Elasti-Cache-Instance> DEL <Exact key or array of keys>

...