You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
spin-rust-sdk/wit/redis.wit
Line 19 in 1e9cc89
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: