Based on the logic from t_stream.c
Set to 0 for unlimited. Size is simulated based on field/value length.
If checked, trimming is less precise but faster. The simulation will only remove whole listpacks instead of individual entries.
mystream
Length: 0, Last ID: 0-0
Redis Streams use a Radix Tree to index listpacks. Each node's key is the first Stream ID in its corresponding listpack. This allows for efficient seeking to a specific time range.
No consumer groups yet. Use XGROUP CREATE.
[...] Log will appear here...