Skip to content

How can I use Redis' streaming command like "XADD" in go-zero ? #1258

@JackMin1314

Description

@JackMin1314

Hi, When I used in redigo/redis like below:

 conn.Do("XADD", "stream_name",...)

But I can't found the similar method in go-zero.
So, is that go-zero has other function which I unknown to solve the issue or not implemented yet?

Activity

kevwan

kevwan commented on Nov 21, 2021

@kevwan
Contributor

not implemented, would you please submit a PR?

added
featureMarks an issue or PR as related to a new feature.
on Nov 21, 2021
github-actions

github-actions commented on Dec 22, 2021

@github-actions

This issue is stale because it has been open for 30 days with no activity.

github-actions

github-actions commented on Jan 5, 2022

@github-actions

This issue was closed because it has been inactive for 14 days since being marked as stale.

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

    featureMarks an issue or PR as related to a new feature.stale

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      Participants

      @kevwan@JackMin1314

      Issue actions

        How can I use Redis' streaming command like "XADD" in go-zero ? · Issue #1258 · zeromicro/go-zero