redis-om-python/aredis_om/model
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
..
cli Final docs push 2021-11-24 18:12:27 -08:00
migrations Fixed linter issue. 2022-04-07 10:22:32 +01:00
__init__.py Fix lint issues 2021-11-10 12:10:49 -08:00
encoders.py Document some possible error messages 2021-11-26 15:25:18 -08:00
model.py Updating default page size to 1000 from 10 (#282) 2022-08-09 15:19:04 +03:00
query_resolver.py Merge branch 'main' into asyncio 2021-11-09 15:59:10 -08:00
render_tree.py Merge branch 'main' into asyncio 2021-11-09 15:59:10 -08:00
token_escaper.py Merge branch 'main' into asyncio 2021-11-09 15:59:10 -08:00