Conversation
|
Hi, I’m Jit, a friendly security platform designed to help developers build secure applications from day zero with an MVS (Minimal viable security) mindset. In case there are security findings, they will be communicated to you as a comment inside the PR. Hope you’ll enjoy using Jit. Questions? Comments? Want to learn more? Get in touch with us. |
nkaradzhov
left a comment
There was a problem hiding this comment.
Hi @NaughtySora, thanks again for the contribution! There are couple of issues, i have created a PR to your branch with fixes.
- Add some tests for RESP3
- Change histogram_usec to be a map
|
Hi, thank you so much for the amends. |
|
I'm i right to assume that according to the redis documentation i need also implement RESP 2 transform function with histogram usec tuple? |
|
@NaughtySora sorry, i didnt quite get what you mean. |
|
in transformReply object there are 2 options for RESP 2 and 3. |
Adding LATENCY HISTOGRAM command.
I personally will use this in my current and future projects.
#1955
I have tried to run all the tests locally but facing the same issue with timeout as before.
npm testpass with this change (including linting)?Tests are present.
I think documentation about commands located in redis official website.