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

trace: support Redis protocol #147

Description

@achille-roussel

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions