You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! I'd like to implement cache system using the requests library for a microservice architecture. We already have a Redis backend built into our architecture and I would like to know if the Redis backend is production-ready.
Also, does this work with the requests async (from requests import async) feature? I don't see why it wouldn't, but considering the relative level of caution advised in the redis docs, I wanted to get clarification. I'd be happy to contribute to testing and improving the project if it's mostly production ready.
The text was updated successfully, but these errors were encountered:
Hi! I'd like to implement cache system using the requests library for a microservice architecture. We already have a Redis backend built into our architecture and I would like to know if the Redis backend is production-ready.
Also, does this work with the requests async (
from requests import async
) feature? I don't see why it wouldn't, but considering the relative level of caution advised in the redis docs, I wanted to get clarification. I'd be happy to contribute to testing and improving the project if it's mostly production ready.The text was updated successfully, but these errors were encountered: