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?
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?