docs: general correction across all the pages

Automated. I don't know how I missed all of that!
This commit is contained in:
Karim shoair
2026-02-15 03:58:51 +02:00
parent 93bcb1681b
commit b8b9a7f864
10 changed files with 16 additions and 16 deletions
+1 -1
View File
@@ -56,7 +56,7 @@ class RedisStorage(StorageSystemMixin):
orjson.dumps(element_dict)
)
def retrieve(self, identifier: str) -> dict:
def retrieve(self, identifier: str) -> dict | None:
# Get data
key = f"scrapling:{self._get_base_url()}:{identifier}"
data = self.redis.get(key)