Dan Pipe-Mazo
Dan Pipe-Mazo
This was done in a Dockerfile. The dependency is in the `deps` submodule, see [here](https://github.com/RedisLabsModules/readies/blob/6cb2c11edc19ac7442a3ccf435c0e07195fe1307/mk/main#L27) I think another issue that might be happening here is I didn't use `getpy3`, since...
This has a **huge** impact on grafana as well -- adding it will make dashboards with certain label-based queries much more readable. We have an issue with this at the...
@danni-m I would agree that it's likely best not to break backwards compatibility. A flag would be a great feature!
@guozanhua I would be interested to see if the discussion in [this issue](https://github.com/RedisTimeSeries/RedisTimeSeries/issues/492) would help your use case. This wouldn't allow you to track data on the nanosecond-level, but it...
One thing we observed on this -- I believe that the decision to not inherit the Redis connection caused us to not be able to use the Python Redis Time...
Yes, I see and understand the need to pass the connection as a variable. I guess what we found is that anything that previously depended on the `redis-py` APIs can...