redis-set-set-fix
All checks were successful
Deploy on push / deploy (push) Successful in 27s

This commit is contained in:
2024-05-07 21:56:07 +03:00
parent cfcb858bba
commit 69409f92e1
2 changed files with 37 additions and 37 deletions

View File

@@ -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),