We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi this is a request for help with getting telemetry setup where we are using REJSON for caching
Both this library and rejson act as drop in replacements
from rejson import Client, Path rj = Client(host='localhost', port=6379, decode_responses=True)
import ocredis client = ocredis.OcRedis(host=host, port=port)`
Was wondering if anyone familiar with the codebase knew how to integrate?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi this is a request for help with getting telemetry setup where we are using REJSON for caching
Both this library and rejson act as drop in replacements
Was wondering if anyone familiar with the codebase knew how to integrate?
The text was updated successfully, but these errors were encountered: