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

@achille-roussel

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions