| PASS |
xadd_basic |
both created entry, XLEN=1 |
| PASS |
xadd_multiple |
both created 3 entries, XLEN=3 |
| PASS |
xread_basic |
both read entry: [{map[f1:v1]}] |
| PASS |
xread_blocking |
blocking read works: [{map[f1:v1]}] |
| PASS |
xrange |
both returned 2 entries in order |
| PASS |
xrevrange |
both returned 2 entries in reverse order |
| PASS |
xlen |
both XLEN=2 |
| PASS |
xgroup_create |
both created group: [mygroup] |
| PASS |
xreadgroup_basic |
both read from group: [{map[f1:v1]}] |
| PASS |
xreadgroup_ack |
both XACK count=1 |
| PASS |
xpending |
both XPENDING count=1 |
| PASS |
xclaim |
both claimed: [{map[f1:v1]}] |
| PASS |
xinfo_stream |
both XINFO length=1 |
| PASS |
xdel |
both deleted 1 entry |
| PASS |
xtrim |
both trimmed to XLEN=5 |