redis-om-python/aredis_om
Simon Prickett 3f91f9e941
Updating default page size to 1000 from 10 (#282)
Fixed page size problem with `all()`

The default page size for `all` is supposed to be 1000 not 10, for performance reasons.  When I changed the constant `DEFAULT_PAGE_SIZE` a while back, I seem to have forgotten to have changed it here.  This fixes that.
2022-08-09 15:19:04 +03:00
..
model Updating default page size to 1000 from 10 (#282) 2022-08-09 15:19:04 +03:00
__init__.py Merge branch 'main' into asyncio 2021-11-09 15:59:10 -08:00
checks.py Fixed linter issue. 2022-01-13 17:10:51 +00:00
connections.py Fix DeprecationWarning '@pytest.fixture' 2022-05-01 17:27:06 +03:00
unasync_util.py Merge branch 'main' into asyncio 2021-11-09 15:59:10 -08:00