feat(daily-challenge): complete daily-challenge

This commit is contained in:
MingxuanGame
2025-08-09 14:34:46 +00:00
parent 8531e67423
commit 5fe3f36055
9 changed files with 279 additions and 25 deletions

View File

@@ -40,5 +40,5 @@ def get_redis():
return redis_client
def get_redis_pubsub(channel: str | None = None):
return redis_client.pubsub(ignore_subscribe_messages=True, channel=channel)
def get_redis_pubsub():
return redis_client.pubsub()