This commit is contained in:
Mateusz Gruszczyński
2026-08-15 23:43:58 +02:00
parent 71b6c0d86f
commit e8e5515e24
27 changed files with 861 additions and 64 deletions
+1
View File
@@ -102,6 +102,7 @@ class RedisSupervisor:
"running": running,
"ready": running and self._ping(),
"pid": pid,
"port": self.port,
"restarts": self._restarts,
"data_dir": self.data_dir,
"maxmemory_mb": self.maxmemory_mb,