updated version

This commit is contained in:
2025-02-10 11:37:18 +03:00
parent 2c5b6956c8
commit e16c7fc177
7 changed files with 30 additions and 20 deletions

View File

@@ -37,6 +37,7 @@ class RedisAuthKeys:
AUTH: str = "AUTH"
OCCUPANT: str = "OCCUPANT"
EMPLOYEE: str = "EMPLOYEE"
CACHE: str = "CACHE"
class RedisCategoryKeys: