fix: remove useless key in redis

pull/893/head
Raphaël Vinot 2024-03-08 16:05:42 +01:00
parent 24cc00fe96
commit 7bd7488bd4
1 changed files with 0 additions and 2 deletions

View File

@ -142,8 +142,6 @@ class Indexing():
pipeline.zincrby(f'cn|{name}', 1, domain)
pipeline.sadd(f'cn|{name}|captures', f'{crawled_tree.uuid}|{urlnode.uuid}')
pipeline.zincrby(f'cn|{name}|{domain}', 1, value)
pipeline.sadd('lookyloo_domains', domain)
pipeline.sadd(domain, name)
pipeline.execute()