Add documentation for the PublishMessage in the IRedisClient
In the IRedisClient version 4.0.0, there is a method with signature:
long PublishMessage(string toChannel, string message);
There is no documentation in the code indicating what the return type of "long" indicates. Having to go online to look this up is rather tedious, and seems to be a common problem with the documentation.

Most IRedisClient APIs are a thin wrapper over Redis APIs where PublishMessage calls Redis PUBLISH command: https://redis.io/commands/publish
Which returns:
Integer reply: the number of clients that received the message.
-
Anonymous commented
I guess the more general request that exists to fix or add documentation is also a "waste of time". Glad to know you value feedback.
-
Anonymous commented
I guess work that you don't want to do devalues the site. By the time it would have taken you to finish writing your excuse, you could have fixed this. I'll be sure and remember that mythz is the only one willing to help.
-
Having a new feature request submitted for every single API you want documented adds noise and pollution, makes it hard to discover real feature requests and wastes other Customers time which devalues the purpose of this site. As a result we're not accepting feature requests for single API docs.
-
Anonymous commented
Seriously, this request would have taken you less than a minute to complete.
-
Anonymous commented
I don't want to have to go to the online documentation for something that should be in the documentation with code. Adding documentation with the code is an easy fix that many people complain about.