Skip to content

Commit

Permalink
feat: sarabwayu mvp 제작 완료
Browse files Browse the repository at this point in the history
  • Loading branch information
taewan2002 committed Feb 15, 2024
1 parent 4c56acd commit 518056c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/service/house.py
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@ async def list(self, background_tasks: BackgroundTasks, page: int) -> list:
if redis_data:
return json.loads(redis_data)

return_houses = await self.fatch_house_list(page)
return_houses = await self.fetch_house_list(page)

# redis에 데이터를 저장합니다.
await self.redis.set(redis_key, json.dumps(return_houses, ensure_ascii=False), ex=1800)
Expand Down

0 comments on commit 518056c

Please sign in to comment.