We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
https://github.com/fermyon/spin-rust-sdk/blob/1e9cc89ee7309e477d20bcfe0af730e687934695/wit/redis.wit#L19 Currently .publish returns Result<(), Error>. But if this can return an integer value instead of () would be better like redis-cli. redis-cli returns an integer how many nodes get the published msg.
This is an enhancement.
The text was updated successfully, but these errors were encountered:
Sounds good to me. As a workaround, you should be able to use the general-purpose execute method instead of publish and get the result that way.
execute
publish
Sorry, something went wrong.
No branches or pull requests
https://github.com/fermyon/spin-rust-sdk/blob/1e9cc89ee7309e477d20bcfe0af730e687934695/wit/redis.wit#L19
Currently .publish returns Result<(), Error>.
But if this can return an integer value instead of () would be better like redis-cli.
redis-cli returns an integer how many nodes get the published msg.
This is an enhancement.
The text was updated successfully, but these errors were encountered: