Skip to content
  • Orne Brocaar's avatar
    Improve event logging. Move from Redis Pub/Sub to Stream. · d0345a81
    Orne Brocaar authored
    By using a Redis Stream instead of Pub/Sub, the last N frames can be
    retained, making debugging easier.
    
    This also updates the Redis client to v8, so that it is possible to
    cancel the blocking XRead operation (v7 did not support this).
    d0345a81