Section with format and parameter descriptions will aid in better understanding for each of commands listed on webpage: https://redis.io/commands
like on webpage for RediSearch - https://oss.redislabs.com/redisearch/Commands/
For xadd, please also add this comment - The XADD command implicitly creates a new stream if one didn't previously exist. on webpage: https://redis.io/commands/xadd
It will also be useful to get all the commands sorted in alphabetic order since several are out of sequence.
Thank you.
Comment From: itamarhaber
Hello @nadirdbit
Thanks for these inputs - it would be helpful if you could: 1. Split this into different issues, one per problem/request 2. Use the https://github.com/antirez/redis-doc repository when creating these as that's where the docs are maintained. 3. Continue the discussions there
That said:
Section with format and parameter descriptions
AFAIK each command has that in its own page, have you found anything missing?
For xadd, please also add this comment
Implicit creation is the behavior of every data structure in Redis, I'm not sure why it needs to be explicitly stressed and only for Streams.
It will also be useful to get all the commands sorted in alphabetic order since several are out of sequence.
Yes, I've also noticed that. Working on a fix, but please open that issue :)