You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @stephensanwo, thanks for raising this.
I have no plans, nor the buffer to add more handlers at the moment.
Meanwhile, there are several options to forward events to Redis:
use a custom local_handler to forward the events:
@local_handler.register(event_name="*")asyncdefforward_to_redis(event: Event):
# Forward your events to a Redis cluster here
...
No description provided.
The text was updated successfully, but these errors were encountered: