mirror of
https://github.com/redis/redis.git
synced 2026-04-21 03:01:35 -04:00
introduces a NOMKSTREAM option for xadd command, this would be useful for some use cases when we do not want to create new stream by default: XADD key [MAXLEN [~|=] <count>] [NOMKSTREAM] <ID or *> [field value] [field value]