Skip to content
Discussion options

You must be logged in to vote

No, the proxy-cache plugin only supports disk and memory caching strategies. The memory cache uses an in-memory shared dictionary (lua_shared_dict) in NGINX/OpenResty, not Redis, and the plugin schema restricts the cache_strategy to "disk" or "memory" only. There is no built-in way to use Redis as a cache backend for proxy-cache. To use Redis, you would need to develop a custom plugin or integrate Redis caching externally, as this is not natively supported or documented in APISIX today (docs, code).

To reply, just mention @dosu.


How did I do? Good | Irrelevant | Incorrect | Verbose | Hallucination | Report 🐛 | Other  Chat with Dosu Join Discord Share on X

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by alberttwong
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant