LICENSE
README.md
pyproject.toml
setup.py
redis_allocator/__init__.py
redis_allocator/_version.py
redis_allocator/allocator.py
redis_allocator/lock.py
redis_allocator/task_queue.py
redis_allocator.egg-info/PKG-INFO
redis_allocator.egg-info/SOURCES.txt
redis_allocator.egg-info/dependency_links.txt
redis_allocator.egg-info/entry_points.txt
redis_allocator.egg-info/requires.txt
redis_allocator.egg-info/top_level.txt
redis_allocator/diagnostics/__init__.py
redis_allocator/diagnostics/cli.py
redis_allocator/diagnostics/collector.py
redis_allocator/diagnostics/dashboard.py
redis_allocator/diagnostics/invariants.py
redis_allocator/diagnostics/models.py
redis_allocator/diagnostics/static/dashboard.html
tests/__init__.py
tests/_bughunt_helpers.py
tests/_perf_real_redis.py
tests/_profile_fakeredis.py
tests/conftest.py
tests/stress_pool_corruption.py
tests/test_allocator.py
tests/test_allocator_benchmark.py
tests/test_allocator_bughunt.py
tests/test_allocator_concurrency.py
tests/test_allocator_forensics.py
tests/test_allocator_fuzz.py
tests/test_diagnostics_cli.py
tests/test_diagnostics_collector.py
tests/test_diagnostics_dashboard.py
tests/test_diagnostics_invariants.py
tests/test_diagnostics_models.py
tests/test_lock.py
tests/test_task_queue.py