Lachim / redis

Automatically exported from code.google.com/p/redis
2 stars 0 forks source link

Documentation is not clear about timeout params for BLPOP, BRPOP and other #546

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
It's unclear from BLPOP doc (http://redis.io/commands/blpop) what should be 
passed as timeout value - seconds or millis? 

From my tests, it works as seconds.

It will be great to improve docs to include more info about input params for 
all commands when it's unclear from context.

Original issue reported on code.google.com by dm.naume...@gmail.com on 11 May 2011 at 12:46

GoogleCodeExporter commented 8 years ago
The timeout argument is interpreted as seconds. If you find the documentation 
is lacking, you can chip in by improving what you think is unclear and 
submitting a pull request for the "redis-doc" repository at: 
http://github.com/antirez/redis-doc. Thanks.

Original comment by pcnoordh...@gmail.com on 11 May 2011 at 1:37