parallax_loggingο
- async parallax_logging.log_parallax_event(redis, channel_id, kind, **fields)ο
Append one event to the channelβs parallax event log. # πΌπͺ
Best-effort by design: never raises, never blocks the reply path on failure. Each entry gets a unique
idso identical payloads canβt collide inside the ZSET.
- async parallax_logging.read_parallax_events(redis, channel_id, count=20, kind='')ο
Read recent parallax events for a channel, newest first. # π
- Parameters:
- Return type:
- Returns:
Parsed event dicts, newest first; empty on any failure.