lisaogren / axios-cache-adapter

Caching adapter for axios. Store request results in a configurable store to prevent unneeded network requests.
MIT License
725 stars 108 forks source link

Redis Debug option to check values stored in keys #260

Open himasimplisafe opened 2 years ago

himasimplisafe commented 2 years ago

Hi, once redis client is configured with RedisStore or RedisDefaultStore, Is it possible to see redis cache keys values using redis-cli commands like keys * and hkeys * to see what values are stored in cache? I have also tried options like clearOnStale: false and debug: true to find out what redis keys are used.