Stream Compatibility Report

Engula: 127.0.0.1:21090
Redis baseline: 127.0.0.1:21091
Started: 2026-04-03 17:18:31
100.0%
Pass Rate
15
Passed
0
Failed
0
Skipped

Test Cases

StatusTest NameDetails
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