I self-host Flagsmith, and I was trying to add a Redis instance for caching (mainly for the identities endpoint), and using the environment variables that the documentation had didn't have any effect, I didn't find the issue until I looked at the code and saw that the variables are different.
The documentation lists FLAG_IDENTITY_CACHE_* , while the actual variables are GET_IDENTITIES_ENDPOINT_CACHE_*.
I self-host Flagsmith, and I was trying to add a Redis instance for caching (mainly for the identities endpoint), and using the environment variables that the documentation had didn't have any effect, I didn't find the issue until I looked at the code and saw that the variables are different.
The documentation lists
FLAG_IDENTITY_CACHE_*, while the actual variables areGET_IDENTITIES_ENDPOINT_CACHE_*.