added redis, added convert function

also fixed logs, split code into multiple files
This commit is contained in:
2026-01-28 10:39:57 +03:00
parent 23e8b71776
commit 8cff37ce4a
7 changed files with 156 additions and 26 deletions

8
.gitignore vendored
View File

@@ -1,3 +1,7 @@
# postman
.postman
postman
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[codz]
@@ -182,9 +186,9 @@ cython_debug/
.abstra/
# Visual Studio Code
# Visual Studio Code specific template is maintained in a separate VisualStudioCode.gitignore
# Visual Studio Code specific template is maintained in a separate VisualStudioCode.gitignore
# that can be found at https://github.com/github/gitignore/blob/main/Global/VisualStudioCode.gitignore
# and can be added to the global gitignore or merged into this file. However, if you prefer,
# and can be added to the global gitignore or merged into this file. However, if you prefer,
# you could uncomment the following to ignore the entire vscode folder
# .vscode/