redis-allocator 0.5.1__tar.gz → 0.5.2__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {redis_allocator-0.5.1/redis_allocator.egg-info → redis_allocator-0.5.2}/PKG-INFO +1 -1
- {redis_allocator-0.5.1 → redis_allocator-0.5.2}/pyproject.toml +1 -1
- redis_allocator-0.5.2/redis_allocator/_version.py +1 -0
- {redis_allocator-0.5.1 → redis_allocator-0.5.2}/redis_allocator/allocator.py +1 -1
- {redis_allocator-0.5.1 → redis_allocator-0.5.2/redis_allocator.egg-info}/PKG-INFO +1 -1
- redis_allocator-0.5.1/redis_allocator/_version.py +0 -1
- {redis_allocator-0.5.1 → redis_allocator-0.5.2}/LICENSE +0 -0
- {redis_allocator-0.5.1 → redis_allocator-0.5.2}/README.md +0 -0
- {redis_allocator-0.5.1 → redis_allocator-0.5.2}/redis_allocator/__init__.py +0 -0
- {redis_allocator-0.5.1 → redis_allocator-0.5.2}/redis_allocator/lock.py +0 -0
- {redis_allocator-0.5.1 → redis_allocator-0.5.2}/redis_allocator/task_queue.py +0 -0
- {redis_allocator-0.5.1 → redis_allocator-0.5.2}/redis_allocator.egg-info/SOURCES.txt +0 -0
- {redis_allocator-0.5.1 → redis_allocator-0.5.2}/redis_allocator.egg-info/dependency_links.txt +0 -0
- {redis_allocator-0.5.1 → redis_allocator-0.5.2}/redis_allocator.egg-info/requires.txt +0 -0
- {redis_allocator-0.5.1 → redis_allocator-0.5.2}/redis_allocator.egg-info/top_level.txt +0 -0
- {redis_allocator-0.5.1 → redis_allocator-0.5.2}/setup.cfg +0 -0
- {redis_allocator-0.5.1 → redis_allocator-0.5.2}/setup.py +0 -0
- {redis_allocator-0.5.1 → redis_allocator-0.5.2}/tests/__init__.py +0 -0
- {redis_allocator-0.5.1 → redis_allocator-0.5.2}/tests/conftest.py +0 -0
- {redis_allocator-0.5.1 → redis_allocator-0.5.2}/tests/test_allocator.py +0 -0
- {redis_allocator-0.5.1 → redis_allocator-0.5.2}/tests/test_lock.py +0 -0
- {redis_allocator-0.5.1 → redis_allocator-0.5.2}/tests/test_task_queue.py +0 -0
@@ -0,0 +1 @@
|
|
1
|
+
__version__ = '0.5.2'
|
@@ -412,7 +412,7 @@ class DefaultRedisAllocatorPolicy(RedisAllocatorPolicy[U]):
|
|
412
412
|
|
413
413
|
def refresh_pool_all(self, allocator: 'RedisAllocator[U]'):
|
414
414
|
allocator.clear()
|
415
|
-
for _ in range(self.updater.params):
|
415
|
+
for _ in range(len(self.updater.params)):
|
416
416
|
self.refresh_pool(allocator)
|
417
417
|
|
418
418
|
def malloc(self, allocator: 'RedisAllocator[U]', timeout: Timeout = 120,
|
@@ -1 +0,0 @@
|
|
1
|
-
__version__ = '0.5.1'
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{redis_allocator-0.5.1 → redis_allocator-0.5.2}/redis_allocator.egg-info/dependency_links.txt
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|