- xstream_set(+Redis, +Key, +Option)
- Set an option on for Key on Redis. Currently supports:
- maxlen(+Count)
- Make xadd/4 add a
MAXLEN ~
Count option to theXADD
command, capping the length of the stream. See also Redis as a message brokering system
MAXLEN ~
Count option to the XADD
command, capping the length of the stream. See also
Redis as a message brokering system