Hello,
I’m recently looking on how to test .rate_limit
in my application, but I don’t really know how to be able to change the cache_store
for only the test I’m running, since setting the store for all the application on test may trigger error while doing my other tests.
I’ve done a small app to test, but still don’t know how to specify a cache_store
for on test.