Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PubSubNumPat命令调用错误 #150

Open
edwardzhu opened this issue Jun 21, 2023 · 1 comment
Open

PubSubNumPat命令调用错误 #150

edwardzhu opened this issue Jun 21, 2023 · 1 comment

Comments

@edwardzhu
Copy link

根据redis文档,应该没有参数,并且调用PUBSUB这个主命令。

但是在代码中,

public Task<long> PubSubNumPatAsync(string message) => CallAsync("PUBLISH".SubCommand("NUMPAT").InputRaw(message), rt => rt.ThrowOrValue<long>());

public long PubSubNumPat(string message) => Call("PUBLISH".SubCommand("NUMPAT").InputRaw(message), rt => rt.ThrowOrValue<long>());

命令和参数调用错误

@2881099
Copy link
Owner

2881099 commented Jun 21, 2023

收到,以后若是有条件可以 PR 一下

2881099 added a commit that referenced this issue Jun 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants