search-with-images10
All checks were successful
Deploy on push / deploy (push) Successful in 1m7s

This commit is contained in:
Untone 2024-06-02 16:48:11 +03:00
parent e74c9688c8
commit 8e77a57bc1

View File

@ -183,7 +183,7 @@ class SearchService:
# если результаты не пустые # если результаты не пустые
if results: if results:
# Кэширование в Redis с TTL # Кэширование в Redis с TTL
redis_key = f"search:{text}" redis_key = f"search:{text}:{offset}+{limit}"
await redis.execute( await redis.execute(
"SETEX", "SETEX",
redis_key, redis_key,