Bill Crook

Results 15 comments of Bill Crook

Just an FYI, this feature would enable a [ticket in the newrelic python agent project](https://github.com/newrelic/newrelic-python-agent/issues/475). The newrelic agent would be able to name transactions using the route path pattern and...

> Or am I the only one to feel so? No, it's awkward.

bump. Any chance on getting this? Parsing a 10g backup for me is brutal.

I dug around the code and noticed [this commit](https://github.com/sripathikrishnan/redis-rdb-tools/commit/b2640bdc4db24365e8a89ec32241460e8fc5e220) introduced the lzf optimization.

> @billcrook the current code only uses the lzf optimization if you have the native library installed. maybe you just need to do `pip install lzf`? You mean `python-lzf`, right?...

Are you sure about that? When I remove `python-lzf` and install `lzf` I get: ``` Traceback (most recent call last): File "", line 1, in File "", line 13, in...

For reference: https://github.com/sripathikrishnan/redis-rdb-tools/pull/110#issue-160349318

Supporting this in starlette would be nice as well.

Looks like https://github.com/encode/starlette/issues/685 would make this a bit easier.