lisaogren / axios-cache-adapter

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

RedisStore - Using direct Redis commands instead of hash Redis commands #206

Closed arvind-bhaskar closed 3 years ago

arvind-bhaskar commented 4 years ago

Can we use the direct Redis get, set, del commands instead of hget, hset, hdel?

The reason

Proposed Solution

ghost commented 3 years ago

Merged and released in the latest version https://github.com/RasCarlito/axios-cache-adapter/releases/tag/2.7.0