是否可以在 python 中禁用 stormpath 的缓存?

Is it possible to disable cache for stormpath in python?

我正在使用 RedisStore 作为 stormpath 的 cache store。默认值 MemoryStore 的问题是它不能为负载均衡器后面的多个网络服务器正常工作。

现在我想做的是在 redis 服务器关闭时完全禁用缓存。

如何禁用 stormpath 的缓存以便每次读取或写入 stormpath 时都会发出实际请求?

您可以在最新版本中使用新的 NullCache =) https://github.com/stormpath/stormpath-sdk-python/blob/master/stormpath/cache/null_cache_store.py