This commit is contained in:
@@ -164,7 +164,6 @@ async def cache_topic(topic_dict: dict):
|
||||
follower_follows_topics.append(topic_dict)
|
||||
|
||||
await redis.execute(
|
||||
"SET",
|
||||
"SET",
|
||||
f"author:{follower_id}:follows-topics",
|
||||
json.dumps(follower_follows_topics, cls=CustomJSONEncoder),
|
||||
|
Reference in New Issue
Block a user