Skip to content
This repository has been archived by the owner on Feb 17, 2024. It is now read-only.

trace: support Redis protocol #147

Open
achille-roussel opened this issue Jun 29, 2023 · 0 comments
Open

trace: support Redis protocol #147

achille-roussel opened this issue Jun 29, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@achille-roussel
Copy link
Contributor

achille-roussel commented Jun 29, 2023

Redis is a very popular tool when building distributed systems, and it has a fairly simple protocol similar to a simpler version of HTTP/1.1: based on TCP, uses a text format, and supports request pipelining. The implementation should fit well within our existing abstractions and likely deliver a lot of value for a moderate time investment.

@chriso chriso added the enhancement New feature or request label Jun 29, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants