|
|
|
|
|
by archit3cture
3183 days ago
|
|
In the XADD example, you have XADD mystream * sensor-id 1234 temperature 10.5 to let the server choose an id. It could also be interesting to have XADD mystream 1506872463535.* sensor-id 1234 temperature 10.5 to be able to add an element in a specific msec bucket |
|