This commit is contained in:
2025-07-14 17:12:42 +03:00
parent 6029e1b16d
commit a289d24698
5 changed files with 296 additions and 27 deletions

4
const.py Normal file
View File

@@ -0,0 +1,4 @@
REDIS_SUBS_KEY = 'e621:subs'
REDIS_LAST_VERSION_KEY = 'e621:last_version'
REDIS_SENT_KEY = 'e621:sent'
REDIS_LOCK_KEY = 'e621:update'